X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_bill.cgi;h=344030404ff23cea332eb5d5bc92ab424ccb3b2b;hb=6a9d67e128bbcd6a32ef806c8bed10faab535ab5;hp=4822ab718391f6a0f2f96014bf71d4c2986eb0b4;hpb=fe4515eb37d76849dd08c62782d86bc7ba311dcd;p=freeside.git diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index 4822ab718..344030404 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -135,10 +135,10 @@ function change_invoice_mode(obj) { <% $br ? '

' : '' %> -% if ( $conf->exists('invoice_html') ) { +% if ( $conf->exists('invoice_html') && ! $cgi->param('plaintext') ) { <% join('', $cust_bill->print_html(\%opt) ) %> % } else { -
<% join('', $cust_bill->print_text(\%opt) ) %>
+
<% join('', $cust_bill->print_text(\%opt) ) |h %>
% } <& /elements/footer.html &>