71873: GlobalVision - directions [v3 fix]
authorJonathan Prykop <jonathan@freeside.biz>
Tue, 27 Sep 2016 17:43:34 +0000 (12:43 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Tue, 27 Sep 2016 17:43:34 +0000 (12:43 -0500)
FS/FS/Conf.pm

index 17ec736..a1fff2d 100644 (file)
@@ -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 <a href="https://developers.google.com/maps/documentation/javascript/get-api-key" target="_top">Getting a Google Maps API Key</a>',