Massenkonvertierung Lieferschein - Rechnungen. Detailverbesserungen
[kivitendo-erp.git] / SL / BackgroundJob / MassRecordCreationAndPrinting.pm
index e14e131..7c6f558 100644 (file)
@@ -101,8 +101,13 @@ sub convert_invoices_to_pdf {
         template  => $ctrl->find_template(name => 'invoice', printer_id => $printer_id),
         variables => Form->new(''),
         return    => 'file_name',
+        variable_content_types => { longdescription => 'html',
+                                    partnotes       => 'html',
+                                    notes           => 'html',}
       );
 
+
+
       $create_params{variables}->{$_} = $variables{$_} for keys %variables;
 
       $invoice->flatten_to_form($create_params{variables}, format_amounts => 1);