X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ed0754c2f82cab2e24100107b534692d5455b02d..541676120a6d930b57d4bcb3193a096b70194c3e:/SL/DN.pm diff --git a/SL/DN.pm b/SL/DN.pm index bc1ff8401..ee06cd8f9 100644 --- a/SL/DN.pm +++ b/SL/DN.pm @@ -1102,9 +1102,14 @@ sub print_original_invoices { $print_form->prepare_for_printing; my $filename = SL::Helper::CreatePDF->create_pdf( - template => 'invoice.tex', - variables => $print_form, - return => 'file_name', + template => 'invoice.tex', + variables => $print_form, + return => 'file_name', + variable_content_types => { + longdescription => 'html', + partnotes => 'html', + notes => 'html', + }, ); my $spool = $::lx_office_conf{paths}->{spool};