freeside/httemplate/view cust_bill.cgi,1.28,1.29
Ivan Kohler
ivan at pouncequick.420.am
Thu May 26 12:32:51 PDT 2005
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory pouncequick:/tmp/cvs-serv6089
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.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- cust_bill.cgi 26 May 2005 19:30:13 -0000 1.28
+++ cust_bill.cgi 26 May 2005 19:32:49 -0000 1.29
@@ -103,9 +103,9 @@
<% } %>
<% if ( $conf->exists('invoice_html') ) { %>
- <%= join("\n", $cust_bill->print_html('', $templatename) ) %>
+ <%= join('', $cust_bill->print_html('', $templatename) ) %>
<% } else { %>
- <PRE><%= join("\n", $cust_bill->print_text('', $templatename) ) %></PRE>
+ <PRE><%= join('', $cust_bill->print_text('', $templatename) ) %></PRE>
<% } %>
</BODY></HTML>
More information about the freeside-commits
mailing list