summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorivan <ivan>2009-06-30 12:32:47 +0000
committerivan <ivan>2009-06-30 12:32:47 +0000
commita70239efdaeddf0b20fea7f5126a2e3f0a962eb6 (patch)
tree7b1c5522f419e0859627de9898cf2d10c75d050a /httemplate/edit
parent0376f47e1ec2ec9b8702a0e6c5146af9c66beb5e (diff)
remove debugging
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/quick-charge.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html
index ad26bff66..ea14c6c15 100644
--- a/httemplate/edit/quick-charge.html
+++ b/httemplate/edit/quick-charge.html
@@ -215,7 +215,6 @@ my $cust_main = qsearchs('cust_main', { 'custnum' => $custnum } ); #XXX agent-vi
my $format = "%m/%d/%Y %T %z (%Z)"; #false laziness w/REAL_cust_pkg.cgi?
my $start_date = $cust_main->next_bill_date;
-warn "*** $start_date";
$start_date = $start_date ? time2str($format, $start_date) : '';
my $amount = '';