X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=e6a970c978a586ca27e1cf21d6b32cdc39a3fa0e;hp=ecd2a979035edefb034339532a5e307a0acf11d8;hb=6af03ca1ad3c06aa1e7affb634bb0640b139dd6d;hpb=6004e9f3ed07a72f6a4c0f24e326b89acc859a45 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index ecd2a9790..e6a970c97 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1171,6 +1171,12 @@ httemplate/docs/config.html 'description' => 'Allow negative charges. Normally not used unless importing data from a legacy system that requires this.', 'type' => 'checkbox', }, + { + 'key' => 'auto_unset_catchall', + 'section' => '', + 'description' => 'When canceling a svc_acct that is the email catchall for one or more svc_domains, automatically set their catchall fields to null. If this option is not set, the attempt will simply fail.', + 'type' => 'checkbox', + }, { 'key' => 'system_usernames',