summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-03-29 20:50:23 +0000
committerMitch Jackson <mitch@freeside.biz>2018-03-29 20:50:23 +0000
commitb48d64a9286728ffafcf05343a40c02a4b254fb7 (patch)
tree37065080758502371ba62a7ff4b8ec248d2bfd9a
parent0af65f4c957f0f658d9a539effd5d61375f6a0b9 (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 ed94dd0e5..1ebc13d03 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1708,7 +1708,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,
},