X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fct%2Fget_delivery_de.html;h=1d71757d82340bd3630a9a514913b6addeb95fca;hb=78c8b931b0081dc5c082615c6dac24b7d8f6ff7f;hp=17a75880a3667bd2b7b52675ccc86ac419165619;hpb=36a9840b61c8222cfc2f94ed03b1890f757ae73c;p=kivitendo-erp.git diff --git a/templates/webpages/ct/get_delivery_de.html b/templates/webpages/ct/get_delivery_de.html index 17a75880a..1d71757d8 100644 --- a/templates/webpages/ct/get_delivery_de.html +++ b/templates/webpages/ct/get_delivery_de.html @@ -16,14 +16,17 @@ [%- FOREACH row = DELIVERY %] [% HTML.escape(row.shiptoname) UNLESS loop.prev.shiptoname == row.shiptoname %]  - [% HTML.escape(row.invnumber) %]  - [% HTML.escape(row.ordnumber) %]  - [% HTML.escape(row.transdate) %]  - [% HTML.escape(row.description) %]  - [% HTML.escape(row.qty) %]  - [% HTML.escape(row.unit) %]  - [% LxERP.format_amount(row.sellprice, 2) %]  + [% IF row.id %][% END %][% HTML.escape(row.invnumber) || ' ' %][% IF row.id %][% END %] + [% IF row.oe_id %][% END %][% HTML.escape(row.ordnumber) || ' ' %][% IF row.oe_id %][% END %] + [% HTML.escape(row.transdate) || ' ' %] + [% HTML.escape(row.description) || ' ' %] + [% HTML.escape(row.qty) || ' ' %] + [% HTML.escape(row.unit) || ' ' %] + [% LxERP.format_amount(row.sellprice, 2) || ' ' %] [%- END %] +[%- IF DELIVERY.size == 15 %] +

Diese Liste ist auf 15 Zeilen begrenzt. Wenn Sie eine vollständige Liste benötigen, erstellen Sie bitte einen Bericht.

+[%- END %]