add a conf switch to enable sg multicust stuff, since it could be dangerous
authorivan <ivan>
Tue, 17 Mar 2009 20:13:58 +0000 (20:13 +0000)
committerivan <ivan>
Tue, 17 Mar 2009 20:13:58 +0000 (20:13 +0000)
FS/FS/Conf.pm

index 19be2fe..89954bf 100644 (file)
@@ -2418,6 +2418,13 @@ worry that config_items is freeside-specific and icky.
     'type'        => 'text',
   },
 
+  {
+    'key'         => 'sg-multicustomer_hack',
+    'section'     => '',
+    'description' => "Don't use this.",
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;