freeside/httemplate/view cust_bill.cgi,1.18,1.19

ivan ivan at pouncequick.420.am
Tue Oct 5 06:44:09 PDT 2004


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory pouncequick:/tmp/cvs-serv4141

Modified Files:
	cust_bill.cgi 
Log Message:
links to show alternate invoices also

Index: cust_bill.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_bill.cgi,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cust_bill.cgi	5 Oct 2004 13:35:41 -0000	1.18
+++ cust_bill.cgi	5 Oct 2004 13:44:06 -0000	1.19
@@ -4,7 +4,7 @@
 #untaint invnum
 my($query) = $cgi->keywords;
 $query =~ /^((.+)-)?(\d+)$/;
-my $templatename = $1;
+my $templatename = $2;
 my $invnum = $3;
 
 my $cust_bill = qsearchs('cust_bill',{'invnum'=>$invnum});




More information about the freeside-commits mailing list