X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/46efaf453010f2744b53ff402b9691d2cd2382ec..c0ed7d2fa:/templates/webpages/io/select_item.html diff --git a/templates/webpages/io/select_item.html b/templates/webpages/io/select_item.html index f57648680..668b2e94b 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 %]

@@ -13,11 +14,13 @@ [% LxERP.t8('Number') %] [% 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') %] @@ -46,7 +49,7 @@ [%- END %] -
+
[% L.hidden_tag('select_item_mode', MODE) %]