[freeside-commits] branch FREESIDE_3_BRANCH updated. 11d3645fafe600642d2150a82c2167866659db2a
Ivan Kohler
ivan at freeside.biz
Mon Oct 21 13:21:35 PDT 2019
The branch, FREESIDE_3_BRANCH has been updated
via 11d3645fafe600642d2150a82c2167866659db2a (commit)
from 480fbd922ae2c943c7763012a08fb5e659ab94a7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 11d3645fafe600642d2150a82c2167866659db2a
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Oct 21 13:19:37 2019 -0700
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',
},
-----------------------------------------------------------------------
Summary of changes:
FS/FS/Conf.pm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list