From: Ivan Kohler Date: Wed, 15 May 2013 09:10:07 +0000 (-0700) Subject: deprecate deletepayments X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=d09f58eb70a6e12ac69a983a530f23231c8775f8;p=freeside.git deprecate deletepayments --- 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 )], },