From e1acfb2921b35fe097015208e8072a2675d01d69 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Fri, 23 Sep 2016 19:00:29 -0500 Subject: 71873: GlobalVision - directions --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS') 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 @@ -2068,6 +2068,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + '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', -- cgit v1.2.1