From: ivan Date: Thu, 26 May 2005 19:32:49 +0000 (+0000) Subject: silly perl version bs X-Git-Tag: BEFORE_FINAL_MASONIZE~501 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8ba2edbf6fd588d7bab077919c36dd7b702d3b59 silly perl version bs --- diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index 6c8afe74d..2ca7ba959 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -103,9 +103,9 @@ my $link = $templatename ? "$templatename-$invnum" : $invnum; <% } %> <% if ( $conf->exists('invoice_html') ) { %> - <%= join("\n", $cust_bill->print_html('', $templatename) ) %> + <%= join('', $cust_bill->print_html('', $templatename) ) %> <% } else { %> -
<%= join("\n", $cust_bill->print_text('', $templatename) ) %>
+
<%= join('', $cust_bill->print_text('', $templatename) ) %>
<% } %>