freeside/httemplate/view cust_bill.cgi,1.26,1.27

Ivan Kohler ivan at pouncequick.420.am
Sun May 22 13:39:24 PDT 2005


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

Modified Files:
	cust_bill.cgi 
Log Message:
oops, quote $link w/new templating

Index: cust_bill.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_bill.cgi,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- cust_bill.cgi	19 May 2005 08:51:19 -0000	1.26
+++ cust_bill.cgi	22 May 2005 20:39:21 -0000	1.27
@@ -41,7 +41,7 @@
 <BR><BR>
 
 <% if ( $conf->exists('invoice_latex') ) { %>
-  <A HREF="<%= $p %>view/cust_bill-pdf.cgi?$link.pdf">View typeset invoice</A>
+  <A HREF="<%= $p %>view/cust_bill-pdf.cgi?<%= $link %>.pdf">View typeset invoice</A>
   <BR><BR>
 <% } %>
 




More information about the freeside-commits mailing list