X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c2efdba2dfa10e76937e4bdf5a18e5483d0cddb0..feeb3fc8352:/templates/webpages/ic/search.html diff --git a/templates/webpages/ic/search.html b/templates/webpages/ic/search.html index e4996d363..3e68dc0cf 100644 --- a/templates/webpages/ic/search.html +++ b/templates/webpages/ic/search.html @@ -4,7 +4,7 @@ [%- USE L %] [%- USE P %] [% SET style="width: 250px" %] -[%- PROCESS 'common/flash.html' %] +[%- INCLUDE 'common/flash.html' %]

[% title %]

@@ -38,7 +38,7 @@ - [%- IF INSTANCE_CONF.get_feature_experimental %] + [%- IF INSTANCE_CONF.get_feature_experimental_assortment %] @@ -54,7 +54,7 @@ [% 'Part Classification' | $T8 %]: - [% P.select_classification('classification_id', style=style) %] + [% P.part.select_classification('classification_id', style=style) %] [% 'Part Description' | $T8 %] @@ -228,6 +228,8 @@ [%- L.checkbox_tag('l_warehouse', label=LxERP.t8('Default Warehouse'), value='Y') %] [%- L.checkbox_tag('l_bin', label=LxERP.t8('Default Bin'), value='Y') %] + [%- L.checkbox_tag('l_make', label=LxERP.t8('Make'), value='Y') %] + [%- L.checkbox_tag('l_model', label=LxERP.t8('Model'), value='Y') %] [% CUSTOM_VARIABLES_INCLUSION_CODE %]