From 4201aaaae8a957bc98ce345d3ee0e599da354766 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 16 Apr 2002 10:47:35 +0000 Subject: report on failed billing events... --- httemplate/view/cust_bill.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/view') diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index 95f1a0af8..53d7bc051 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -22,6 +22,8 @@ print qq!Enter payments (check/cash) aga print qq!Reprint this invoice!. '

'; +#false laziness with search/cust_bill_event.cgi + print table(). 'EventDateStatus'; foreach my $cust_bill_event ( sort { $a->_date <=> $b->_date } $cust_bill->cust_bill_event -- cgit v1.2.1