summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2019-10-21 13:19:37 -0700
committerIvan Kohler <ivan@freeside.biz>2019-10-21 13:19:37 -0700
commit11d3645fafe600642d2150a82c2167866659db2a (patch)
treee48b5b103fdffedfa0d49d5c63177d1b59f689d7
parent480fbd922ae2c943c7763012a08fb5e659ab94a7 (diff)
release held packages when automatically unsuspending, RT#83847
-rw-r--r--FS/FS/Conf.pm11
1 files changed, 9 insertions, 2 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index c5abe59f9..1dca5daf3 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2215,7 +2215,7 @@ and customer address. Include units.',
{
'key' => 'unsuspend_reason_type',
- 'section' => 'suspension',
+ 'section' => 'billing',
'description' => 'If set, limits automatic unsuspension to packages which were suspended for this reason type.',
reason_type_options('S'),
},
@@ -2228,6 +2228,13 @@ and customer address. Include units.',
},
{
+ 'key' => 'unsuspend-unhold',
+ 'section' => 'billing',
+ 'description' => 'Unhold held packages when automatically unsuspending customers. The is the default behavior when manually unsuspending and will be the default behavior in v4.',
+ 'type' => 'checkbox',
+ },
+
+ {
'key' => 'usernamemin',
'section' => 'username',
'description' => 'Minimum username length (default 2)',
@@ -6410,7 +6417,7 @@ and customer address. Include units.',
{
'key' => 'selfservice-db_profile',
- 'section' => 'development',
+ 'section' => '',
'description' => 'Enable collection and logging of database profiling information for self-service servers. This has significant overhead, do not leave enabled in production beyond that necessary to collect profiling data.',
'type' => 'checkbox',
},