X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fct%2Fget_delivery_master.html;h=eac63cb76e4834fd7a9080e3a7649e0bb5a6a640;hb=ee82a6ce45291872bfb41d178352b61a9b9be957;hp=772b83ba45dc5481156f09653b052ff14028068d;hpb=ab1df08bfae3ef3361c7b5e4e16d91ae3cb34961;p=kivitendo-erp.git diff --git a/templates/webpages/ct/get_delivery_master.html b/templates/webpages/ct/get_delivery_master.html index 772b83ba4..eac63cb76 100644 --- a/templates/webpages/ct/get_delivery_master.html +++ b/templates/webpages/ct/get_delivery_master.html @@ -1,28 +1,27 @@ -[% USE LxERP %] - +[% USE HTML %][% USE LxERP %] +
- - - - - - - - - - +
Shipping AddressInvoiceOrderInvdateDescriptionQtyUnitSell Price
+ + + + + + + + + [%- FOREACH row = DELIVERY %] - - - - - - - - - + + + + + + + + [%- END %]
Shipping AddressInvoiceOrderInvdateDescriptionQtyUnitSell Price
[% 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) %]