diff options
author | ivan <ivan> | 2002-04-16 10:47:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-04-16 10:47:35 +0000 |
commit | 4201aaaae8a957bc98ce345d3ee0e599da354766 (patch) | |
tree | 1f4cc956f932b9b301900928343ece96955a6b31 /httemplate/view | |
parent | 17ddcceb66e4c5c45abe890403d2ca98b128d375 (diff) |
report on failed billing events...
Diffstat (limited to 'httemplate/view')
-rwxr-xr-x | httemplate/view/cust_bill.cgi | 2 |
1 files changed, 2 insertions, 0 deletions
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!<A HREF="${p}edit/cust_pay.cgi?$invnum">Enter payments (check/cash) aga print qq!<A HREF="${p}misc/print-invoice.cgi?$invnum">Reprint this invoice</A>!. '<BR><BR>'; +#false laziness with search/cust_bill_event.cgi + print table(). '<TR><TH>Event</TH><TH>Date</TH><TH>Status</TH></TR>'; foreach my $cust_bill_event ( sort { $a->_date <=> $b->_date } $cust_bill->cust_bill_event |