diff options
| -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 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;  | 
