X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=a48125d098d4925cf27656e151b7e8c228f62e59;hb=6a509099343ed155525c4304f1ad742cc6e4ce59;hp=57761bb486574924f7c2d9b7f1e66c1ea3d57708;hpb=e1acfb2921b35fe097015208e8072a2675d01d69;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 57761bb48..a48125d09 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.', @@ -3065,6 +3073,23 @@ and customer address. Include units.', }, { + 'key' => 'pingd-interval', + 'section' => 'network_monitoring', + 'description' => 'Run ping scans of broadband services at this interval.', + 'type' => 'select', + 'select_hash' => [ '' => '', + 60 => '1 min', + 300 => '5 min', + 600 => '10 min', + 1800 => '30 min', + 3600 => '1 hour', + 14400 => '4 hours', + 28800 => '8 hours', + 86400 => '1 day', + ], + }, + + { 'key' => 'ticket_system-default_queueid', 'section' => 'ticketing', 'description' => 'Default queue used when creating new customer tickets.', @@ -4247,6 +4272,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 +4280,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, }, { @@ -5392,11 +5419,7 @@ and customer address. Include units.', 'section' => 'customer_fields', 'description' => 'Use customer note classes', 'type' => 'select', - 'select_hash' => [ - 0 => 'Disabled', - 1 => 'Enabled', - 2 => 'Enabled, with tabs', - ], + 'select_enum' => [ '', 'Enabled', 'Required' ], }, {