release held packages when automatically unsuspending, RT#83847
authorIvan Kohler <ivan@freeside.biz>
Mon, 21 Oct 2019 20:19:37 +0000 (13:19 -0700)
committerIvan Kohler <ivan@freeside.biz>
Mon, 21 Oct 2019 20:19:37 +0000 (13:19 -0700)
FS/FS/Conf.pm

index c5abe59..1dca5da 100644 (file)
@@ -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',
   },