summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-10-30 12:17:16 -0700
committerIvan Kohler <ivan@freeside.biz>2018-10-30 12:17:16 -0700
commitd800198db4f59bd5369e0d1acbfeb3c7594c32c0 (patch)
tree8ec7de1f3ebdd6d348ef0593a5171431d29e8f51 /FS/FS/Conf.pm
parentcbb7dce1f2db07e537fad4ccc8d7bf25e9419e1c (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 3ae9a52..733ed00 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2071,6 +2071,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.',