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

Ivan Kohler ivan at pouncequick.420.am
Thu May 26 12:30:16 PDT 2005


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

Modified Files:
	cust_bill.cgi 
Log Message:
silly perl version bs

Index: cust_bill.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_bill.cgi,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- cust_bill.cgi	22 May 2005 20:39:21 -0000	1.27
+++ cust_bill.cgi	26 May 2005 19:30:13 -0000	1.28
@@ -103,9 +103,9 @@
 <% } %>
 
 <% if ( $conf->exists('invoice_html') ) { %>
-  <%= $cust_bill->print_html('', $templatename) %>
+  <%= join("\n", $cust_bill->print_html('', $templatename) ) %>
 <% } else { %>
-  <PRE><%= $cust_bill->print_text('', $templatename) %></PRE>
+  <PRE><%= join("\n", $cust_bill->print_text('', $templatename) ) %></PRE>
 <% } %>
 
 </BODY></HTML>




More information about the freeside-commits mailing list