Revision f9fbb006
Von Moritz Bunkus vor fast 10 Jahren hinzugefügt
SL/BackgroundJob/CreatePeriodicInvoices.pm | ||
---|---|---|
316 | 316 |
$form->{OUT} = $config->printer->printer_command; |
317 | 317 |
$form->{OUT_MODE} = '|-'; |
318 | 318 |
|
319 |
$form->{TEMPLATE_DRIVER_OPTIONS} = { |
|
320 |
variable_content_types => { |
|
321 |
longdescription => 'html', |
|
322 |
partnotes => 'html', |
|
323 |
notes => 'html', |
|
324 |
}, |
|
325 |
}; |
|
326 |
|
|
319 | 327 |
$form->prepare_for_printing; |
320 | 328 |
|
321 | 329 |
$form->throw_on_error(sub { |
Auch abrufbar als: Unified diff
CreatePeriodicInvoices: HTML-Formatierung beim automatischen Drucken richtig formatieren