[freeside-commits] branch master updated. 180ffda0e895cafc60d1fee899196cdd6c898d5e
Ivan
ivan at 420.am
Mon Apr 3 18:33:15 PDT 2017
The branch, master has been updated
via 180ffda0e895cafc60d1fee899196cdd6c898d5e (commit)
from f23d8e66afadf1ad8dd8a642a690434f4c0b562f (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 180ffda0e895cafc60d1fee899196cdd6c898d5e
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Apr 3 18:33:14 2017 -0700
configure "Please pay by" string per agent, RT#75372
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.',
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Conf.pm | 8 ++++++++
1 file changed, 8 insertions(+)
More information about the freeside-commits
mailing list