add previous balance to invoice localization, RT#72714
authorIvan Kohler <ivan@freeside.biz>
Wed, 28 Sep 2016 19:06:21 +0000 (12:06 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 28 Sep 2016 19:06:21 +0000 (12:06 -0700)
FS/FS/Conf.pm

index a1fff2d..6d6e28a 100644 (file)
@@ -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,
   },
 
   {