add selfservice-ignore_quantity flag
[freeside.git] / FS / FS / Conf.pm
index 8db0b0c..2f01e1f 100644 (file)
@@ -2045,6 +2045,13 @@ httemplate/docs/config.html
     '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;