X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Far%2Far_transactions_bottom.html;h=d2c0cdc1c6ca2c2fd2b72fbb1707a9617190dde2;hb=9c785acd332352877abd90cd0c79a2fa1ef214a1;hp=f05c8a274ef2df0a436a83895ac298e79d544f23;hpb=cb6d74e65f317419b956fab45952d886afcaeee3;p=kivitendo-erp.git diff --git a/templates/webpages/ar/ar_transactions_bottom.html b/templates/webpages/ar/ar_transactions_bottom.html index f05c8a274..d2c0cdc1c 100644 --- a/templates/webpages/ar/ar_transactions_bottom.html +++ b/templates/webpages/ar/ar_transactions_bottom.html @@ -1,4 +1,21 @@ -[% USE T8 %][% USE HTML %]
+[% USE T8 %][% USE HTML %][%- USE LxERP -%][%- USE L -%] + + [% 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("printer_id", printers, title_key="description", default=printer_id) %] +

+ [% END %] + +

+ [% L.hidden_tag("action", "MassInvoiceCreatePrint/dispatch") %] + [% L.submit_tag("action_print", LxERP.t8("Print")) %] +

+
+ +
@@ -8,6 +25,3 @@
- - -