[freeside-commits] branch FREESIDE_3_BRANCH updated. 4d7ddf6062215c4a829c786361886a9b80839dbc
Ivan
ivan at 420.am
Wed Sep 28 12:06:22 PDT 2016
The branch, FREESIDE_3_BRANCH has been updated
via 4d7ddf6062215c4a829c786361886a9b80839dbc (commit)
from 949865f5f53d9017e9b6244492fa99b09727c96b (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 4d7ddf6062215c4a829c786361886a9b80839dbc
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Sep 28 12:06:21 2016 -0700
add previous balance to invoice localization, RT#72714
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index a1fff2d..6d6e28a 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4563,6 +4563,7 @@ and customer address. Include units.',
'section' => 'invoicing',
'description' => 'Text for the label of the total previous balance, when it is shown separately. Defaults to "Previous Balance".',
'type' => 'text',
+ 'per_locale' => 1,
},
{
@@ -4570,6 +4571,7 @@ and customer address. Include units.',
'section' => 'invoicing',
'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