diff options
author | ivan <ivan> | 2009-03-17 20:13:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-03-17 20:13:58 +0000 |
commit | 88ace4964e2e11e31958f8de614cc74a2dba7a6f (patch) | |
tree | 8bd663a64adf762faa8f6f6022da0058714fdfcb | |
parent | b2aa11a7bfed50035a4919a7ebce87ea0e37fcbc (diff) |
add a conf switch to enable sg multicust stuff, since it could be dangerous
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 19be2fe7b..89954bf9b 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -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; |