[freeside-commits] branch FREESIDE_4_BRANCH updated. 30899b6b9d22646ec43e381b53b39f465f04c76a

Ivan ivan at 420.am
Mon Apr 3 18:33:17 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  30899b6b9d22646ec43e381b53b39f465f04c76a (commit)
      from  d5a4d5b95dfc1221deadf90e95ed54c1fd6527e9 (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 30899b6b9d22646ec43e381b53b39f465f04c76a
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Apr 3 18:33:15 2017 -0700

    configure "Please pay by" string per agent, RT#75372

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 0cafe9b..9a9b562 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.',

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Conf.pm |    8 ++++++++
 1 file changed, 8 insertions(+)




More information about the freeside-commits mailing list