summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2009-03-17 20:13:26 +0000
committerivan <ivan>2009-03-17 20:13:26 +0000
commit82e3d70fea83fb776473e082097e2978226e3960 (patch)
treef581380c056309865f08e23531c33f8837cf0605
parentd8942379e744c35b50c3f43ef68ef78afbfad243 (diff)
add a conf switch to enable sg multicust stuff, since it could be dangerous
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 9197bb153..f765fc721 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -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;