X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fio%2Fselect_item.html;h=1388d3165ace180c51a578a191ad070733958d5e;hb=c0f873c1ffccfd565995500b459d53bba394c04d;hp=f576486807878637e02dfa9cb7cba552a52e8f8c;hpb=a18b7de6d5cbd43028f4bd9de2e44110a9815d5d;p=kivitendo-erp.git diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index f57648680..1388d3165 100644 --- a/templates/webpages/io/select_item.html +++ b/templates/webpages/io/select_item.html @@ -1,4 +1,5 @@ [% USE LxERP %][% USE HTML %][% USE L %][% USE P %] +[% SET COLS = 8 %]

[% title %]

@@ -11,13 +12,16 @@   [%- END %] [% LxERP.t8('Number') %] + [% LxERP.t8('Part Classification') %] [% LxERP.t8('Part Description') %] [%- IF INSTANCE_CONF.get_show_longdescription_select_item %] + [% SET COLS = COLS + 1 %] [% LxERP.t8('Long Description') %] [%- END %] [% LxERP.t8('Other Matches') %] [% LxERP.t8('Price') %] [%- IF IS_PURCHASE %] + [% SET COLS = COLS + 1 %] [% LxERP.t8('ROP') %] [%- END %] [% LxERP.t8('Qty') %] @@ -32,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) %] @@ -46,7 +51,7 @@ [%- END %] -
+
[% L.hidden_tag('select_item_mode', MODE) %]