X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fwh%2Fwarehouse_selection.html;h=6b48f4014196f7cb611afbe540bd4f668c0c6f68;hb=8d18edeb2dd216794954e65ffcce64851425b0bf;hp=254e8549c75f8ae09422cfc1b48f6c36c5828236;hpb=469ca9fc3cac624073270fc3217766dbb7aba253;p=kivitendo-erp.git diff --git a/templates/webpages/wh/warehouse_selection.html b/templates/webpages/wh/warehouse_selection.html index 254e8549c..6b48f4014 100644 --- a/templates/webpages/wh/warehouse_selection.html +++ b/templates/webpages/wh/warehouse_selection.html @@ -1,7 +1,8 @@ [%- USE T8 %] [%- USE HTML %] [%- USE L %] -[% USE JavaScript %] +[%- USE JavaScript %] +

[% title %]

@@ -54,10 +55,10 @@ control.options[bin_index].selected = true; } - function on_load() { + $(function() { warehouse_selected(0, 0); document.Form.partnumber.focus(); - } + }); --> @@ -69,8 +70,6 @@

[% saved_message %]

[% END %] -
[% title %]
-

[% 'If you enter values for the part number and / or part description then only those bins containing parts whose part number or part description match your input will be shown.' | $T8 %]

@@ -119,7 +118,7 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% 'Best Before' | $T8 %] @@ -140,5 +139,3 @@

- -