diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-04-03 18:33:41 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-04-03 18:33:41 -0700 |
commit | d09f56cb45326bb57b0c1c4e5a1e156575944fbe (patch) | |
tree | 25f6420bb88ce13db1f2b499c508aa8525f56232 /FS | |
parent | 208cc650f3e441400d88f738cb4af78809497aa5 (diff) |
configure "Please pay by" string per agent, RT#75372
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 8d575a650..de4d1b891 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1688,6 +1688,14 @@ and customer address. Include units.', }, { + 'key' => 'invoice_pay_by_msg', + 'section' => 'invoicing', + '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.', |