From: ivan Date: Tue, 17 Mar 2009 20:13:58 +0000 (+0000) Subject: add a conf switch to enable sg multicust stuff, since it could be dangerous X-Git-Tag: freeside_1_7_4rc1~92 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=88ace4964e2e11e31958f8de614cc74a2dba7a6f;p=freeside.git add a conf switch to enable sg multicust stuff, since it could be dangerous --- 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;