From 34d94b50332bcb2196ced634a27b596287600a8c Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 15 Jun 2005 00:44:28 +0000 Subject: add reprint/fax/email links to invoice search results --- httemplate/search/cust_bill.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate') diff --git a/httemplate/search/cust_bill.html b/httemplate/search/cust_bill.html index 33967e935..5e904e114 100755 --- a/httemplate/search/cust_bill.html +++ b/httemplate/search/cust_bill.html @@ -19,6 +19,7 @@ # ) #{ + #some false laziness w/cust_bill::re_X my @where; my $orderby = 'ORDER BY cust_bill._date'; @@ -118,7 +119,7 @@ ( my $action = $_ ) =~ s/_$//; include('/elements/progress-init.html', $_.'form', - [ 'begin', 'end', 'agentnum', 'open', 'days' ], + [ 'begin', 'end', 'agentnum', 'open', 'days', 'newest_percust' ], "../misc/${_}invoices.cgi", { 'message' => "Invoices re-${action}ed" }, #would be nice to show the number of them, but... $_, #key -- cgit v1.2.1