From 949865f5f53d9017e9b6244492fa99b09727c96b Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Tue, 27 Sep 2016 12:43:34 -0500 Subject: [PATCH] 71873: GlobalVision - directions [v3 fix] --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 17ec73678..a1fff2d85 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2226,6 +2226,13 @@ and customer address. Include units.', }, { + 'key' => 'safe-part_bill_event', + 'section' => 'UI', + 'description' => 'Validates invoice event expressions against a preset list. Useful for webdemos, annoying to powerusers.', + 'type' => 'checkbox', + }, + + { 'key' => 'google_maps_api_key', 'section' => 'UI', 'description' => 'API key for google maps. This must be set for map and directions links to work. See Getting a Google Maps API Key', -- 2.11.0