X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fio%2Fselect_item.html;h=1388d3165ace180c51a578a191ad070733958d5e;hb=62bf9a5c87218a9c1205c594c500346b4a7ec670;hp=668b2e94b21d17efb337eb671ef74f824c8646ac;hpb=a14368a23b433e316abe5a1bc00e30a516b7a37e;p=kivitendo-erp.git diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index 668b2e94b..1388d3165 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -12,6 +12,7 @@   [%- END %] [% LxERP.t8('Number') %] + [% LxERP.t8('Part Classification') %] [% LxERP.t8('Part Description') %] [%- IF INSTANCE_CONF.get_show_longdescription_select_item %] [% SET COLS = COLS + 1 %] @@ -35,6 +36,7 @@ [%- END %] [% HTML.escape(item.partnumber) %] + [% HTML.escape(item.type_and_classific) %] [% HTML.escape(item.description) %] [%- IF INSTANCE_CONF.get_show_longdescription_select_item %] [% P.restricted_html(item.longdescription) %]