diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-05-15 02:10:07 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-05-15 02:10:07 -0700 |
commit | d09f58eb70a6e12ac69a983a530f23231c8775f8 (patch) | |
tree | 3b072d8477a23bdbbca4aac16040b2f419f2c630 | |
parent | fa6cdfe70901a04ebb5ffa40003bf420d56f5dd7 (diff) |
deprecate deletepayments
-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 )], }, |