X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fic%2Fsearch.html;h=3e68dc0cfde5d0fdc645b2bd2e7420e292931023;hb=cecc0509e2a2abeaca123ab95a2364eb98d0a380;hp=c77568072b76cf9430892cab2b2c1bcb1446c4b2;hpb=d51b3011755b4a7e006f433d9fe5836a22a69638;p=kivitendo-erp.git 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 %]