summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-09-23 19:00:29 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-09-27 12:22:22 -0500
commit90c1ccf59eae95cb54907d6cb0ffc989eb3d2399 (patch)
treefca23d1ec2fa65426bdd047185a878c6a602e2c5 /FS/FS/Conf.pm
parent2ba9f65dcb6407e582b21140bef9924f3a10036f (diff)
71873: GlobalVision - directions
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index f231e94..1327e69 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2092,6 +2092,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 <a href="https://developers.google.com/maps/documentation/javascript/get-api-key">Getting a Google Maps API Key</a>',
+ 'type' => 'text',
+ },
+
+ {
'key' => 'show_ship_company',
'section' => 'addresses',
'description' => 'Turns on display/collection of a "service company name" field for customers.',