Revision 560d7292
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
SL/BackgroundJob/CreatePeriodicInvoices.pm | ||
---|---|---|
151 | 151 |
|
152 | 152 |
$invoice->assign_attributes(deliverydate => $period_start_date, |
153 | 153 |
intnotes => $intnotes, |
154 |
employee => $order->employee, # new_from sets employee to import user |
|
154 | 155 |
); |
155 | 156 |
|
156 | 157 |
map { _replace_vars($invoice, $time_period_vars, $_) } qw(notes intnotes transaction_description); |
Auch abrufbar als: Unified diff
PeriodicInvoices: employee aus Quellauftrag setzen