add previous balance to invoice localization, RT#72714
[freeside.git] / FS / FS / Conf.pm
index 870c009..6d6e28a 100644 (file)
@@ -2226,6 +2226,13 @@ and customer address. Include units.',
   },
 
   {
+    'key'         => 'safe-part_bill_event',
+    'section'     => 'UI',
+    'description' => 'Validates invoice event expressions against a preset list.  Useful for webdemos, annoying to powerusers.',
+    'type'        => 'checkbox',
+  },
+
+  {
     'key'         => 'google_maps_api_key',
     'section'     => 'UI',
     'description' => 'API key for google maps.  This must be set for map and directions links to work.  See <a href="https://developers.google.com/maps/documentation/javascript/get-api-key" target="_top">Getting a Google Maps API Key</a>',
@@ -2234,7 +2241,7 @@ and customer address. Include units.',
 
   {
     'key'         => 'company_physical_address',
-    'section'     => 'addresses',
+    'section'     => 'UI',
     'description' => 'Your physical company address, for use in supplying google map directions, defaults to company_address',
     'type'        => 'textarea',
     'per_agent'   => 1,
@@ -4556,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,
   },
 
   {
@@ -4563,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,
   },
 
   {