X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=ef2a9388a68e75f8b30e2536c4ac8ce55a05ee62;hb=1d0374a383ba412f9e9390705965a9d8467508f7;hp=57761bb486574924f7c2d9b7f1e66c1ea3d57708;hpb=e1acfb2921b35fe097015208e8072a2675d01d69;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 57761bb48..ef2a9388a 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2071,11 +2071,19 @@ and customer address. Include units.', { 'key' => 'google_maps_api_key', 'section' => 'addresses', - 'description' => 'API key for google maps. This must be set for map and directions links to appear on customer pages. See Getting a Google Maps API Key', + 'description' => 'API key for google maps. This must be set for map and directions links to work. See Getting a Google Maps API Key', 'type' => 'text', }, { + 'key' => 'company_physical_address', + 'section' => 'addresses', + 'description' => 'Your physical company address, for use in supplying google map directions, defaults to company_address', + 'type' => 'textarea', + 'per_agent' => 1, + }, + + { 'key' => 'show_ship_company', 'section' => 'addresses', 'description' => 'Turns on display/collection of a "service company name" field for customers.', @@ -4247,6 +4255,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 +4263,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, }, {