From: Ivan Kohler Date: Mon, 21 Oct 2019 20:19:37 +0000 (-0700) Subject: release held packages when automatically unsuspending, RT#83847 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=11d3645fafe600642d2150a82c2167866659db2a release held packages when automatically unsuspending, RT#83847 --- 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', },