diff options
author | ivan <ivan> | 2005-06-15 00:44:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-06-15 00:44:28 +0000 |
commit | 34d94b50332bcb2196ced634a27b596287600a8c (patch) | |
tree | 48598844fec10ee957a588ee8de8d1dfd3681820 /httemplate | |
parent | 0402f78ff052d950bc9fd4e4845b7d81d2196c47 (diff) |
add reprint/fax/email links to invoice search results
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/search/cust_bill.html | 3 |
1 files changed, 2 insertions, 1 deletions
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 |