summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-04-03 18:33:15 -0700
committerIvan Kohler <ivan@freeside.biz>2017-04-03 18:33:15 -0700
commit30899b6b9d22646ec43e381b53b39f465f04c76a (patch)
tree87cff9689a0f5e6c060c9a7185dc33314afcf513 /FS
parentd5a4d5b95dfc1221deadf90e95ed54c1fd6527e9 (diff)
configure "Please pay by" string per agent, RT#75372
Diffstat (limited to 'FS')
-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 0cafe9b7d..9a9b562c3 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1574,6 +1574,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.',