From: Moritz Bunkus Date: Fri, 24 Apr 2015 09:50:11 +0000 (+0200) Subject: Gutschrift drucken: HTML-formatierte Felder richtig behandeln X-Git-Tag: release-3.3.0beta~132 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e3b47235028494b18ced5e94f44c270b835bcd8f;p=kivitendo-erp.git Gutschrift drucken: HTML-formatierte Felder richtig behandeln --- diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 4a3805dd2..365afab02 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1388,7 +1388,7 @@ sub print_form { } $form->{TEMPLATE_DRIVER_OPTIONS} = { }; - if (any { $form->{type} eq $_ } qw(sales_quotation sales_order sales_delivery_order invoice request_quotation purchase_order purchase_delivery_order)) { + if (any { $form->{type} eq $_ } qw(sales_quotation sales_order sales_delivery_order invoice request_quotation purchase_order purchase_delivery_order credit_note)) { $form->{TEMPLATE_DRIVER_OPTIONS}->{variable_content_types} = { longdescription => 'html', partnotes => 'html',