summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2019-07-29 11:25:18 -0700
committerIvan Kohler <ivan@freeside.biz>2019-07-29 11:25:18 -0700
commit86d0c98864a949d9b8c5ad77def07b7982a666c0 (patch)
tree314b562d57b45a6df668b79fb9f021d74a4abae1
parenta631b9ccc61d5c51ab0f6f08a1d13371334f33b0 (diff)
debug
-rw-r--r--FS/FS/cust_credit_bill_pkg.pm2
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 b305958..71b674c 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 ) {