X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=e6a970c978a586ca27e1cf21d6b32cdc39a3fa0e;hp=99eee18ea9d36bf4f479e9f6c32690373357f812;hb=6af03ca1ad3c06aa1e7affb634bb0640b139dd6d;hpb=d5005d2e29391ef9f5498626ccec4281f6a850c3 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 99eee18ea..e6a970c97 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -351,6 +351,13 @@ httemplate/docs/config.html }, { + 'key' => 'unapplycredits', + 'section' => 'UI', + 'description' => 'Enable "unapplication" of unclosed credits.', + 'type' => 'checkbox', + }, + + { 'key' => 'dirhash', 'section' => 'shell', 'description' => 'Optional numeric value to control directory hashing. If positive, hashes directories for the specified number of levels from the front of the username. If negative, hashes directories for the specified number of levels from the end of the username. Some examples: ', @@ -1164,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',