[freeside-commits] branch FREESIDE_3_BRANCH updated. d09f58eb70a6e12ac69a983a530f23231c8775f8

Ivan ivan at 420.am
Wed May 15 02:10:12 PDT 2013


The branch, FREESIDE_3_BRANCH has been updated
       via  d09f58eb70a6e12ac69a983a530f23231c8775f8 (commit)
      from  fa6cdfe70901a04ebb5ffa40003bf420d56f5dd7 (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 d09f58eb70a6e12ac69a983a530f23231c8775f8
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed May 15 02:10:07 2013 -0700

    deprecate deletepayments

diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 323bd22..9167e99 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 )],
   },

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Conf.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list