summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Jackson <mitch@freeside.biz>2018-04-14 12:25:26 -0500
committerMitch Jackson <mitch@freeside.biz>2018-05-19 21:34:24 +0000
commitd310f2f3e2048c2d178576cb42c633de70e30c49 (patch)
tree9f10ddfc956542ede9afa6341d37d235c378c512
parentc059d891317e7bc09d5384e9c39bf43e01e346f0 (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 d4383f91e..93606589d 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -3240,7 +3240,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
@@ -3264,7 +3263,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;