[freeside-commits] branch FREESIDE_4_BRANCH updated. 7b73059f9ac27b728c558f48457d4627201fc097

Ivan Kohler ivan at freeside.biz
Mon Jul 29 11:25:26 PDT 2019


The branch, FREESIDE_4_BRANCH has been updated
       via  7b73059f9ac27b728c558f48457d4627201fc097 (commit)
      from  4be76bc07e1900097579778c11669516e1ac0936 (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 7b73059f9ac27b728c558f48457d4627201fc097
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jul 29 11:25:22 2019 -0700

    debug

diff --git a/FS/FS/cust_credit_bill_pkg.pm b/FS/FS/cust_credit_bill_pkg.pm
index b30595841..71b674c6c 100644
--- a/FS/FS/cust_credit_bill_pkg.pm
+++ b/FS/FS/cust_credit_bill_pkg.pm
@@ -140,7 +140,7 @@ sub insert {
         # (above the remaining taxable charge amount).  We'll "de-exempt"
         # that much, or the amount of the new credit, whichever is smaller.
         if ($amount > $credit_per_month) {
-               "cust_bill_pkg ". $self->billpkgnum. "  Reducing.\n";
+          #warn "cust_bill_pkg ". $self->billpkgnum. "  Reducing.\n";
           $amount = $credit_per_month;
         }
       } elsif ( $exemption->exempt_setup or $exemption->exempt_recur ) {

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

Summary of changes:
 FS/FS/cust_credit_bill_pkg.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list