diff options
author | Ivan Kohler <ivan@freeside.biz> | 2019-07-29 11:25:18 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2021-08-20 12:58:42 -0700 |
commit | 56158181a4c54eced33749fd4389724e792484cd (patch) | |
tree | d8e510f074ed8e70dfbbfe0ba59a8d8dd25711f7 | |
parent | 53913d125c32348e333036567e7bd9b6cee9b06d (diff) |
debug
-rw-r--r-- | FS/FS/cust_credit_bill_pkg.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_credit_bill_pkg.pm b/FS/FS/cust_credit_bill_pkg.pm index a54471db3..db4faafba 100644 --- a/FS/FS/cust_credit_bill_pkg.pm +++ b/FS/FS/cust_credit_bill_pkg.pm @@ -145,7 +145,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 ) { |