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 @@ -2225,6 +2225,13 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + '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', -- 2.20.1