From: Jonathan Prykop Date: Tue, 27 Sep 2016 17:43:34 +0000 (-0500) Subject: 71873: GlobalVision - directions [v3 fix] X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=949865f5f53d9017e9b6244492fa99b09727c96b 71873: GlobalVision - directions [v3 fix] --- 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',