diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-09-27 12:43:34 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-09-27 12:43:34 -0500 |
commit | 949865f5f53d9017e9b6244492fa99b09727c96b (patch) | |
tree | 14312f179a4ac766b93dd05a8d762035627e93d7 | |
parent | 81643ac74ebfd1bad8de026f87c9ff4c6b19fc14 (diff) |
71873: GlobalVision - directions [v3 fix]
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
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 <a href="https://developers.google.com/maps/documentation/javascript/get-api-key" target="_top">Getting a Google Maps API Key</a>', |