[% USE HTML %][% 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 %]  [% 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) || ' ' %]