Revision 560d7292
Von Sven Schöling vor mehr als 10 Jahren hinzugefügt
SL/BackgroundJob/CreatePeriodicInvoices.pm | ||
---|---|---|
|
||
$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);
|
Auch abrufbar als: Unified diff
PeriodicInvoices: employee aus Quellauftrag setzen