[freeside-commits] freeside/FS/FS Conf.pm,1.180,1.181

Ivan,,, ivan at wavetail.420.am
Sat Feb 24 19:08:12 PST 2007


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv7647/FS

Modified Files:
	Conf.pm 
Log Message:
add selfservice-ignore_quantity flag

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -d -r1.180 -r1.181
--- Conf.pm	14 Feb 2007 03:12:25 -0000	1.180
+++ Conf.pm	25 Feb 2007 03:08:10 -0000	1.181
@@ -2045,6 +2045,13 @@
     'type'        => 'textarea',
   },
 
+  {
+    'key'         => 'selfservice-ignore_quantity',
+    'section'     => '',
+    'description' => 'Ignores service quantity restrictions in self-service context.  Strongly not recommended - just set your quantities correctly in the first place.',
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;



More information about the freeside-commits mailing list