summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-03-31 18:02:02 +0000
committerMitch Jackson <mitch@freeside.biz>2018-03-31 18:02:02 +0000
commitbd6f3d28e4f367aae0995278e0a26cca2b9a6c07 (patch)
treeb09cb7d48f06683c208397f51cd2ddc11413e17c
parentc5460b6098a148102107360b7459b2a675b6e442 (diff)
RT# 79636 Update label for conf flag invoice_sections
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 3f020558e..2c51ce368 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1593,7 +1593,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,
},