[% USE LxERP %]
[%- FOREACH row = DELIVERY %] [%- END %]
Shipping Address Invoice Order Invdate Description Qty Unit Sell Price
[% 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) %]