X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0070a2500fcd59d65a6f39a7a4e8d5eb9ef6cdbd..feeb3fc8352:/templates/webpages/ic/search.html?ds=sidebyside diff --git a/templates/webpages/ic/search.html b/templates/webpages/ic/search.html index 51d4bc10f..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 %] @@ -224,6 +225,12 @@ [%- L.checkbox_tag('l_name', label=LxERP.t8('Name in Selected Records'), value='Y') %] [%- L.checkbox_tag('l_soldtotal', label=LxERP.t8('Qty in Selected Records'), value='Y') %] + + [%- 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 %]