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

[% title %]

@@ -37,7 +38,7 @@ - [%- IF INSTANCE_CONF.get_feature_experimental %] + [%- IF INSTANCE_CONF.get_feature_experimental_assortment %] @@ -53,7 +54,7 @@ [% 'Part Classification' | $T8 %]: - [% P.select_classification('classification_id', style=style) %] + [% P.part.select_classification('classification_id', style=style) %] [% 'Part Description' | $T8 %] @@ -227,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 %]