add a conf switch to enable sg multicust stuff, since it could be dangerous
authorivan <ivan>
Tue, 17 Mar 2009 20:13:26 +0000 (20:13 +0000)
committerivan <ivan>
Tue, 17 Mar 2009 20:13:26 +0000 (20:13 +0000)
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;