summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-04-03 18:33:14 -0700
committerIvan Kohler <ivan@freeside.biz>2017-04-03 18:33:14 -0700
commit180ffda0e895cafc60d1fee899196cdd6c898d5e (patch)
tree0c341f17b9c4f3232a1b68e7ab522ff46168e15e /FS/FS/Conf.pm
parentf23d8e66afadf1ad8dd8a642a690434f4c0b562f (diff)
configure "Please pay by" string per agent, RT#75372
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 8d83f92..50cd14e 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1558,6 +1558,14 @@ and customer address. Include units.',
},
{
+ 'key' => 'invoice_pay_by_msg',
+ 'section' => 'invoice_balances',
+ 'description' => 'Test of the "Please pay by (date)" message. Include [_1] to indicate the date, for example: "Please pay by [_1]"',
+ 'type' => 'text',
+ 'per_agent' => 1,
+ },
+
+ {
'key' => 'invoice_sections',
'section' => 'invoicing',
'description' => 'Split invoice into sections and label according to package category when enabled.',