Revision 1a527005
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
282 | 282 |
|
283 | 283 |
sub prepare_order { |
284 | 284 |
$lxdebug->enter_sub(); |
285 |
$form->{format} = "pdf"; |
|
285 |
$form->{format} = "pdf" unless ($form->{print_and_save} && $form->{format});
|
|
286 | 286 |
$form->{media} = "screen"; |
287 | 287 |
$form->{formname} = $form->{type} unless $form->{formname}; |
288 | 288 |
|
Auch abrufbar als: Unified diff
Beim Drucken von noch nicht gespeicherten Angeboten etc sollte das vom Benutzer ausgewaehlte Format erhalten bleiben.