freeside/httemplate/search cust_bill.html,1.13,1.14

Ivan Kohler ivan at pouncequick.420.am
Tue Jun 14 17:44:33 PDT 2005


Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory pouncequick:/tmp/cvs-serv20930/httemplate/search

Modified Files:
	cust_bill.html 
Log Message:
add reprint/fax/email links to invoice search results

Index: cust_bill.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cust_bill.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cust_bill.html	9 Jun 2005 22:40:10 -0000	1.13
+++ cust_bill.html	15 Jun 2005 00:44:28 -0000	1.14
@@ -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




More information about the freeside-commits mailing list