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