Revision c89e1237
Von Bernd Bleßmann vor mehr als 11 Jahren hinzugefügt
SL/BackgroundJob/CreatePeriodicInvoices.pm | ||
---|---|---|
232 | 232 |
$form->{formname} = $form->{type}; |
233 | 233 |
$form->{format} = 'pdf'; |
234 | 234 |
$form->{media} = 'printer'; |
235 |
$form->{OUT} = "| " . $config->printer->printer_command; |
|
235 |
$form->{OUT} = $config->printer->printer_command; |
|
236 |
$form->{OUT_MODE} = '|-'; |
|
236 | 237 |
|
237 | 238 |
$form->prepare_for_printing; |
238 | 239 |
|
Auch abrufbar als: Unified diff
Modus für Druckbefehl bei wiederkehrenden Rechnungen richtig einstellen.
Behebt #2246.