[freeside-commits] freeside/FS/FS Conf.pm,1.270,1.271

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


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

Modified Files:
	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.270
retrieving revision 1.271
diff -u -d -r1.270 -r1.271
--- Conf.pm	17 Mar 2009 20:04:16 -0000	1.270
+++ Conf.pm	17 Mar 2009 20:13:26 -0000	1.271
@@ -2705,6 +2705,13 @@
     'type'        => 'checkbox',
   },
 
+  {
+    'key'         => 'sg-multicustomer_hack',
+    'section'     => '',
+    'description' => "Don't use this.",
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;



More information about the freeside-commits mailing list