[freeside-commits] branch master updated. 1d0374a383ba412f9e9390705965a9d8467508f7

Ivan ivan at 420.am
Wed Sep 28 12:06:52 PDT 2016


The branch, master has been updated
       via  1d0374a383ba412f9e9390705965a9d8467508f7 (commit)
       via  f954c8671db366b63c6c26721514c8d4a471821d (commit)
      from  31104e36b65911d1a8b93644853af0838600f771 (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 1d0374a383ba412f9e9390705965a9d8467508f7
Merge: f954c86 31104e3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Sep 28 12:06:48 2016 -0700

    Merge branch 'master' of git.freeside.biz:/home/git/freeside


commit f954c8671db366b63c6c26721514c8d4a471821d
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Sep 28 12:06:43 2016 -0700

    add previous balance to invoice localization, RT#72714

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 6bfbf98..e0fb80b 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4247,6 +4247,7 @@ and customer address. Include units.',
     'section'     => 'invoice_balances',
     'description' => 'Text for the label of the total previous balance, when it is shown separately. Defaults to "Previous Balance".',
     'type'        => 'text',
+    'per_locale'  => 1,
   },
 
   {
@@ -4254,6 +4255,7 @@ and customer address. Include units.',
     'section'     => 'invoice_balances',
     'description' => 'Text for the label of the total of new charges, when it is shown separately. If invoice_show_prior_due_date is enabled, the due date of current charges will be appended. Defaults to "Total New Charges".',
     'type'        => 'text',
+    'per_locale'  => 1,
   },
 
   {

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

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




More information about the freeside-commits mailing list