Revision 8298c2ea
Von Bernd Bleßmann vor fast 5 Jahren hinzugefügt
js/kivi.MassInvoiceCreatePrint.js | ||
---|---|---|
104 | 104 |
$('#print_options').dialog('close'); |
105 | 105 |
|
106 | 106 |
$('#printer_id').val($('#print_options_printer_id').val()); |
107 |
$('#bothsided').val($('#print_options_bothsided').prop('checked') ? 1 : 0); |
|
107 | 108 |
$('#action').val('MassInvoiceCreatePrint/print'); |
108 | 109 |
|
109 | 110 |
$('#report_form').submit(); |
Auch abrufbar als: Unified diff
Massendruck: Option "beidseitig" auch beim Drucken aus Rechnungsberichten