add a conf switch to enable sg multicust stuff, since it could be dangerous
[freeside.git] / FS / FS / Conf.pm
index 9197bb1..f765fc7 100644 (file)
@@ -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;