[% USE LxERP %][% USE HTML %][% USE L %][% USE P %] [% SET COLS = 8 %]

[% title %]

[%- IF MYCONFIG.item_multiselect %] [%- ELSE %] [%- END %] [%- IF INSTANCE_CONF.get_show_longdescription_select_item %] [% SET COLS = COLS + 1 %] [%- END %] [%- IF IS_PURCHASE %] [% SET COLS = COLS + 1 %] [%- END %] [%- FOREACH item = ITEM_LIST %] [%- IF MYCONFIG.item_multiselect %] [%- ELSE %] [%- END %] [%- IF INSTANCE_CONF.get_show_longdescription_select_item %] [%- END %] [%- IF IS_PURCHASE %] [%- END %] [%- END %]
[% LxERP.t8('Qty') %] [% LxERP.t8('Number') %] [% LxERP.t8('Part Classification') %] [% LxERP.t8('Part Description') %][% LxERP.t8('Long Description') %][% LxERP.t8('Other Matches') %] [% LxERP.t8('Price') %][% LxERP.t8('ROP') %][% LxERP.t8('Qty') %] [% LxERP.t8('Unit') %]
[% L.input_tag('select_qty_' _ HTML.escape(item.id), '', size => 5) %][% HTML.escape(item.partnumber) %] [% HTML.escape(item.type_and_classific) %] [% HTML.escape(item.description) %][% P.restricted_html(item.longdescription) %][% HTML.escape(item.matches).join('
') %]
[% LxERP.format_amount(item.display_sellprice, 2) %][% LxERP.format_amount(item.rop, '') %][% LxERP.format_amount(item.onhand, '') %] [% HTML.escape(item.unit) %]

[% L.hidden_tag('select_item_mode', MODE) %] [% L.hidden_tag('select_item_previous_form', PREVIOUS_FORM) %] [% L.hidden_tag('action', 'item_selected') %]
[%- IF MYCONFIG.item_multiselect %] [%- END %]