summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-28 12:06:43 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-28 12:06:43 -0700
commitf954c8671db366b63c6c26721514c8d4a471821d (patch)
tree2318022b6c03d1de92bf3145afb98718a824fa7c /FS/FS
parentfe58901b811f0ab26e8f93a9563fb93bc98e4c19 (diff)
add previous balance to invoice localization, RT#72714
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 6bfbf983c..e0fb80b51 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,
},
{