]> wagnertech.de Git - mfinanz.git/blobdiff - SL/BackgroundJob/CreatePeriodicInvoices.pm
PriceRule: Klassenauflösung für items von Gutschriften hinzugefügt.
[mfinanz.git] / SL / BackgroundJob / CreatePeriodicInvoices.pm
index 91e8efff90e3eb001ba1c10c4a7e9036b58ac72c..47770255149474c15a4e975fa54c75e6a79c1eb7 100644 (file)
@@ -151,6 +151,7 @@ sub _create_periodic_invoice {
 
     $invoice->assign_attributes(deliverydate => $period_start_date,
                                 intnotes     => $intnotes,
+                                employee     => $order->employee, # new_from sets employee to import user
                                );
 
     map { _replace_vars($invoice, $time_period_vars, $_) } qw(notes intnotes transaction_description);