X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=870c0095f679af117d0e627d70ac49438db23f5b;hb=9939ddd7f968caa03c6632d56d46d9519d1c1905;hp=d6fa70abefc1c8d872a6856eee67832c1ba8bdec;hpb=06f584e3a7d4621169d89490c72484615aecf841;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d6fa70abe..870c0095f 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2226,10 +2226,18 @@ and customer address. Include units.', }, { - 'key' => 'safe-part_bill_event', + 'key' => 'google_maps_api_key', 'section' => 'UI', - 'description' => 'Validates invoice event expressions against a preset list. Useful for webdemos, annoying to powerusers.', - 'type' => 'checkbox', + '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, }, { @@ -5800,8 +5808,8 @@ and customer address. Include units.', { 'key' => 'cust_bill-latex_lineitem_maxlength', - 'section' => 'invoicing', - 'description' => 'Truncate long line items to this number of characters on typeset invoices, to avoid losing things off the right margin. Defaults to 50. ', + 'section' => 'deprecated', + 'description' => 'With old invoice_latex template, truncate long line items to this number of characters on typeset invoices, to avoid losing things off the right margin. Defaults to 50. (With current invoice_latex template, this is handled internally in the template itself instead.)', 'type' => 'text', }, @@ -5964,7 +5972,7 @@ and customer address. Include units.', { 'key' => 'cdr-lrn_lookup', 'section' => 'telephony', - 'description' => 'Look up LRNs of destination numbers for exact matching to the terminating carrier. This feature requires a Freeside support contract.', + 'description' => 'Look up LRNs of destination numbers for exact matching to the terminating carrier. This feature requires a Freeside support contract for paid access to the central NPAC database; see support-key.', 'type' => 'checkbox', },