summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-09-28 12:06:20 -0700
committerIvan Kohler <ivan@freeside.biz>2016-09-28 12:06:20 -0700
commitf4e9cb590b7189faead0feb36e46aa60dfc26fae (patch)
tree5534b9e94935fabc2eb71e251e390e4be933ca99
parent1ede375fa1eb6ec8513f6a99661b705d3297f5be (diff)
add previous balance to invoice localization, RT#72714
-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 f9dc39717..128c30f05 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4300,6 +4300,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,
},
{
@@ -4307,6 +4308,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,
},
{