From: Mitch Jackson Date: Wed, 28 Mar 2018 05:59:46 +0000 (-0500) Subject: RT# 79636 Update label for conf flag invoice_sections X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c128c075054a208e97a6815d5920892a0b75d33b;p=freeside.git RT# 79636 Update label for conf flag invoice_sections --- diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9dd10a4c7..f3e2890a1 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1578,7 +1578,7 @@ and customer address. Include units.', { 'key' => 'invoice_sections', 'section' => 'invoicing', - 'description' => 'Split invoice into sections and label according to package category when enabled.', + 'description' => 'Split invoice into sections and label according to either package category or location when enabled.', 'type' => 'checkbox', 'per_agent' => 1, },