From 88ace4964e2e11e31958f8de614cc74a2dba7a6f Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 17 Mar 2009 20:13:58 +0000 Subject: 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 19be2fe7b..89954bf9b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2418,6 +2418,13 @@ worry that config_items is freeside-specific and icky. 'type' => 'text', }, + { + 'key' => 'sg-multicustomer_hack', + 'section' => '', + 'description' => "Don't use this.", + 'type' => 'checkbox', + }, + ); 1; -- cgit v1.2.1