X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fct%2Fget_delivery_de.html;h=17a75880a3667bd2b7b52675ccc86ac419165619;hb=735bb7bdf175275d67c041f1d03c8e70d36cd229;hp=9f723f7f493988d454e3551136ca15aee3b855c4;hpb=ab1df08bfae3ef3361c7b5e4e16d91ae3cb34961;p=kivitendo-erp.git diff --git a/templates/webpages/ct/get_delivery_de.html b/templates/webpages/ct/get_delivery_de.html index 9f723f7f4..17a75880a 100644 --- a/templates/webpages/ct/get_delivery_de.html +++ b/templates/webpages/ct/get_delivery_de.html @@ -1,28 +1,27 @@ -[% USE LxERP %] - +[% USE HTML %][% USE LxERP %] +
- - - - - - - - - - +
LieferadresseRechnungAuftragRechnungsdatumBeschreibungMengeEinheitVerkaufspreis
+ + + + + + + + + [%- FOREACH row = DELIVERY %] - - - - - - - - - + + + + + + + + [%- END %]
LieferadresseRechnungAuftragRechnungsdatumBeschreibungMengeEinheitVerkaufspreis
[% row.shiptoname UNLESS loop.prev.shiptoname == row.shiptoname %] [% row.invnumber %] [% row.ordnumber %] [% row.transdate %] [% row.description %] [% row.qty %] [% row.unit %] 
[% 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) %]