X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/345248fd59538b5bfabc5fc54defdc17f76481f3..69e526ee5:/templates/webpages/ar/ar_transactions_bottom.html diff --git a/templates/webpages/ar/ar_transactions_bottom.html b/templates/webpages/ar/ar_transactions_bottom.html index ad631f3f3..bb939a569 100644 --- a/templates/webpages/ar/ar_transactions_bottom.html +++ b/templates/webpages/ar/ar_transactions_bottom.html @@ -1,11 +1,24 @@ -[% USE T8 %][% USE HTML %]
+ +[% IF ALL_PRINTERS.size %] ++ [% LxERP.t8("Print destination") %]: + [% SET printers = [ { description=LxERP.t8("Download PDF, do not print") } ] ; + CALL printers.import(ALL_PRINTERS); + L.select_tag("", printers, id="print_options_printer_id", title_key="description", default=printer_id) %] +
+ ++ [% L.button_tag("kivi.MassInvoiceCreatePrint.massPrint()", LxERP.t8('Print')) %] +
+