X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=57761bb486574924f7c2d9b7f1e66c1ea3d57708;hp=2da69f8a2c078ce3715b5dd20ccbd8461ba27c07;hb=e1acfb2921b35fe097015208e8072a2675d01d69;hpb=495da424492b18c3f4cdaa3fccec728b14435fde diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 2da69f8a2..57761bb48 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2069,6 +2069,13 @@ 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', + 'type' => 'text', + }, + + { 'key' => 'show_ship_company', 'section' => 'addresses', 'description' => 'Turns on display/collection of a "service company name" field for customers.',