[freeside-commits] freeside/FS/FS Conf.pm,1.180.2.38,1.180.2.39

Ivan,,, ivan at wavetail.420.am
Tue Mar 17 13:14:01 PDT 2009


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv27262

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	Conf.pm 
Log Message:
add a conf switch to enable sg multicust stuff, since it could be dangerous

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.180.2.38
retrieving revision 1.180.2.39
diff -u -d -r1.180.2.38 -r1.180.2.39
--- Conf.pm	6 Jan 2009 17:49:20 -0000	1.180.2.38
+++ Conf.pm	17 Mar 2009 20:13:58 -0000	1.180.2.39
@@ -2418,6 +2418,13 @@
     'type'        => 'text',
   },
 
+  {
+    'key'         => 'sg-multicustomer_hack',
+    'section'     => '',
+    'description' => "Don't use this.",
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;



More information about the freeside-commits mailing list