diff options
author | ivan <ivan> | 2005-05-26 19:32:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-05-26 19:32:49 +0000 |
commit | 8ba2edbf6fd588d7bab077919c36dd7b702d3b59 (patch) | |
tree | 365e484a869a00af0c41296b606361d90ffe69cb /httemplate | |
parent | 1dc2f078842e5c2d28acd8e50b9066d217179a5f (diff) |
silly perl version bs
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/view/cust_bill.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
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 { %> - <PRE><%= join("\n", $cust_bill->print_text('', $templatename) ) %></PRE> + <PRE><%= join('', $cust_bill->print_text('', $templatename) ) %></PRE> <% } %> </BODY></HTML> |