[%- USE T8 %][%- USE HTML %][%- USE L %][%- USE LxERP %][% USE P %]
[% 'for all' | $T8 %] | [% L.input_tag("multi_items.all_qty", '', size = 5, class='numeric') %] | ||||
[% 'Qty' | $T8 %] | [% 'Unit' | $T8 %] | [% 'Article' | $T8 %] | [% 'Sellprice' | $T8 %] | [% 'Partsgroup' | $T8 %] | |
---|---|---|---|---|---|
[% L.hidden_tag("add_items[+].parts_id", item.id) %] [% L.input_tag("add_items[].qty_as_number", '', size = 5, class = 'multi_items_qty numeric') %] | [% HTML.escape(item.unit) %] | [% item.presenter.part %] [% HTML.escape(item.description) %] | [% HTML.escape(item.sellprice_as_number) %] | [% HTML.escape(item.partsgroup.partsgroup) %] |