summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-10-30 12:17:12 -0700
committerIvan Kohler <ivan@freeside.biz>2018-10-30 12:17:12 -0700
commit368ed08e24400e9d1faf401a1e4e23ea54d2c969 (patch)
tree7668985ed39ffa99767304a8c3696b4f1b4f0f19 /FS/FS/Conf.pm
parent3fc05ed5adb6cbfcd6aee27b2ae199cf95cd4224 (diff)
add option to limit automatic unsuspensions to a specific suspension reason type, RT#74448, RT#81634
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 057e4cf..aed054a 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.',