From 82e3d70fea83fb776473e082097e2978226e3960 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 17 Mar 2009 20:13:26 +0000 Subject: [PATCH] add a conf switch to enable sg multicust stuff, since it could be dangerous --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9197bb153..f765fc721 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2705,6 +2705,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + 'key' => 'sg-multicustomer_hack', + 'section' => '', + 'description' => "Don't use this.", + 'type' => 'checkbox', + }, + ); 1; -- 2.20.1