[freeside-commits] branch FREESIDE_3_BRANCH updated. d09f56cb45326bb57b0c1c4e5a1e156575944fbe
Ivan
ivan at 420.am
Mon Apr 3 18:33:44 PDT 2017
The branch, FREESIDE_3_BRANCH has been updated
via d09f56cb45326bb57b0c1c4e5a1e156575944fbe (commit)
from 208cc650f3e441400d88f738cb4af78809497aa5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d09f56cb45326bb57b0c1c4e5a1e156575944fbe
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Apr 3 18:33:41 2017 -0700
configure "Please pay by" string per agent, RT#75372
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 8d575a6..de4d1b8 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.',
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Conf.pm | 8 ++++++++
1 file changed, 8 insertions(+)
More information about the freeside-commits
mailing list