From cbbe00ccddaac72d03a759996e7d55315aff9a5e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Fri, 17 Apr 2020 13:04:37 +0200 Subject: [PATCH] Mahnungen: Ausdruck der Originalrechnung inkl. Anw. HTML-Formatierungen --- SL/DN.pm | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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}; -- 2.20.1