Revision 3649d1c4
Von Moritz Bunkus vor etwa 9 Jahren hinzugefügt
SL/BackgroundJob/CreatePeriodicInvoices.pm | ||
---|---|---|
200 | 200 |
$invoice->assign_attributes(deliverydate => $period_start_date, |
201 | 201 |
intnotes => $intnotes, |
202 | 202 |
employee => $order->employee, # new_from sets employee to import user |
203 |
direct_debit => $config->direct_debit, |
|
203 | 204 |
); |
204 | 205 |
|
205 | 206 |
_replace_vars(object => $invoice, vars => $time_period_vars, attribute => $_, attribute_format => ($_ eq 'notes' ? 'html' : 'text')) for qw(notes intnotes transaction_description); |
Auch abrufbar als: Unified diff
Wiederkehrende Rechnungen: Lastschrifteinzugsflag in Konfiguration setzen können