Revision c0158b6b
Von Bernd Bleßmann vor fast 9 Jahren hinzugefügt
SL/Controller/Letter.pm | ||
---|---|---|
319 | 319 |
PCF => [ map { key => $_, value => t8(ucfirst $_) }, PAGE_CREATED_FOR_VALUES() ], |
320 | 320 |
letter => $letter, |
321 | 321 |
employees => $self->all_employees, |
322 |
print_options => SL::Helper::PrintOptions->get_print_options, |
|
322 |
print_options => SL::Helper::PrintOptions->get_print_options ( |
|
323 |
options => { no_postscript => 1, |
|
324 |
no_opendocument => 1, |
|
325 |
no_html => 1, |
|
326 |
no_queue => 1 }), |
|
327 |
|
|
323 | 328 |
); |
324 | 329 |
} |
325 | 330 |
|
Auch abrufbar als: Unified diff
Letter: Nur Druckoptionen anzeigen, die momentan unterstützt werden.
Drucken geht nur mit PDF und Bildschirm.