diff options
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 323bd22f7..9167e99b0 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1067,7 +1067,7 @@ sub reason_type_options { { 'key' => 'deletepayments', - 'section' => 'billing', + 'section' => 'deprecated', 'description' => 'Enable deletion of unclosed payments. Really, with voids this is pretty much not recommended in any situation anymore. Be very careful! Only delete payments that were data-entry errors, not adjustments. Optionally specify one or more comma-separated email addresses to be notified when a payment is deleted.', 'type' => [qw( checkbox text )], }, |