summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-04-14 12:25:26 -0500
committerMitch Jackson <mitch@freeside.biz>2018-04-14 12:25:26 -0500
commit304cf07be79b45930dcd5cb49cdf24aceaa3ebd9 (patch)
tree74ce9a704e3bec8848930ef70c3955ca182be518
parent56501725dadae47e0592a7d0652afce526784b60 (diff)
RT# 78190 Remove debug statements
-rw-r--r--FS/FS/cust_bill.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 38b1d5c6d..fe3867449 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -3243,7 +3243,6 @@ sub _items_payments {
if ($self->conf->exists('previous_balance-payments_since')) {
if ($template eq 'statement') {
-print "\nCASE 3\n";
# Case 3 (see above)
# Return payments timestamped between the previous and following bills
@@ -3267,7 +3266,7 @@ print "\nCASE 3\n";
} else {
# Case 2 (see above)
# Return payments timestamped between this and the previous bill
-print "\nCASE 2\n";
+
my $date_start = 0;
my $date_end = $self->_date;