From 1dc2f078842e5c2d28acd8e50b9066d217179a5f Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 26 May 2005 19:30:13 +0000 Subject: [PATCH] silly perl version bs --- httemplate/view/cust_bill.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index 39c1a191f..6c8afe74d 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') ) { %> - <%= $cust_bill->print_html('', $templatename) %> + <%= join("\n", $cust_bill->print_html('', $templatename) ) %> <% } else { %> -
<%= $cust_bill->print_text('', $templatename) %>
+
<%= join("\n", $cust_bill->print_text('', $templatename) ) %>
<% } %> -- 2.11.0