[freeside-commits] branch master updated. b2c8bade5422333233a28a91b8913598a015a7d4

Mark Wells mark at 420.am
Wed Feb 27 21:01:03 PST 2013


The branch, master has been updated
       via  b2c8bade5422333233a28a91b8913598a015a7d4 (commit)
      from  d04c981b5f72ffadabde71af68022059af0d52a5 (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 b2c8bade5422333233a28a91b8913598a015a7d4
Author: Mark Wells <mark at freeside.biz>
Date:   Wed Feb 27 21:00:49 2013 -0800

    debug

diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm
index 55a55ee..92aa43f 100644
--- a/FS/FS/cust_pkg.pm
+++ b/FS/FS/cust_pkg.pm
@@ -3436,7 +3436,7 @@ sub apply_usage {
         $cust_pkg_usage->set('minutes', $cust_pkg_usage->minutes + $delta);
         $error = $cust_pkg_usage->replace;
       }
-      warn 'CDR '.$cdr->acctid . ' stealing allocation '.$cdr_cust_pkg_usage->cdrusagenum.' from CDR '.$old_cdr->acctid."\n";
+      #warn 'CDR '.$cdr->acctid . ' stealing allocation '.$cdr_cust_pkg_usage->cdrusagenum.' from CDR '.$old_cdr->acctid."\n";
       $error ||= $cdr_cust_pkg_usage->replace;
       # deduct the stolen minutes
       $minutes -= $cdr_cust_pkg_usage->minutes;

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

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




More information about the freeside-commits mailing list