X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=aed054a33deeec29cefaa627fe6500751132da93;hp=057e4cff6eb68a16962ea0d7cbc0bb1d0db66c80;hb=368ed08e24400e9d1faf401a1e4e23ea54d2c969;hpb=3fc05ed5adb6cbfcd6aee27b2ae199cf95cd4224 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 057e4cff6..aed054a33 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2047,6 +2047,13 @@ and customer address. Include units.', }, { + 'key' => 'unsuspend_reason_type', + 'section' => 'suspension', + 'description' => 'If set, limits automatic unsuspension to packages which were suspended for this reason type.', + reason_type_options('S'), + }, + + { 'key' => 'unsuspend-always_adjust_next_bill_date', 'section' => 'suspension', 'description' => 'Global override that causes unsuspensions to always adjust the next bill date under any circumstances. This is now controlled on a per-package bases - probably best not to use this option unless you are a legacy installation that requires this behaviour.',