X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=a7e5d947a3b1c9be6da7d9d65855ff9e81dda5f8;hp=2da69f8a2c078ce3715b5dd20ccbd8461ba27c07;hb=bda14295c400a8e829c223b80e55826977992ecc;hpb=9afd27d3be13c7d104afea81c52809d60972d23d diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 2da69f8a2..a7e5d947a 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2069,6 +2069,21 @@ 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 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.',