]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/io/select_item.html
Testfall Kosmetik (Alignment)
[mfinanz.git] / templates / webpages / io / select_item.html
index 668b2e94b21d17efb337eb671ef74f824c8646ac..1388d3165ace180c51a578a191ad070733958d5e 100644 (file)
@@ -12,6 +12,7 @@
       <th>&nbsp;</th>
     [%- END %]
     <th>[% LxERP.t8('Number') %]</th>
+    <th>[% LxERP.t8('Part Classification') %]</th>
     <th>[% LxERP.t8('Part Description') %]</th>
     [%- IF INSTANCE_CONF.get_show_longdescription_select_item %]
       [% SET COLS = COLS + 1 %]
@@ -35,6 +36,7 @@
       <td><input name="select_item_id" class="radio" type="radio" value="[% HTML.escape(item.id) %]"[% IF loop.first %] checked[% END %]></td>
     [%- END %]
     <td>[% HTML.escape(item.partnumber) %]</td>
+    <td>[% HTML.escape(item.type_and_classific) %]</td>
     <td>[% HTML.escape(item.description) %]</td>
     [%- IF INSTANCE_CONF.get_show_longdescription_select_item %]
       <td>[% P.restricted_html(item.longdescription) %]</td>