Massendruck: Option "beidseitig" auch beim Drucken aus Rechnungsberichten
[kivitendo-erp.git] / templates / webpages / mass_invoice_create_print_from_do / list_invoices.html
index bc88963..c382a5c 100644 (file)
 
   [% L.hidden_tag("action", "MassInvoiceCreatePrint/dispatch") %]
   [% L.hidden_tag("printer_id") %]
+  [% L.hidden_tag("bothsided") %]
  </form>
 
  [% IF SELF.printers.size %]
   <div id="print_options" class="hidden">
+   <p>
+     [% LxERP.t8("Print both sided") %]:
+     [% L.checkbox_tag('', id="print_options_bothsided") %]
+   </p>
    <p>
     [% LxERP.t8("Print destination") %]:
     [% SET  printers = [ { description=LxERP.t8("Download PDF, do not print") } ] ;