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

[% title %]

@@ -53,10 +55,10 @@ control.options[bin_index].selected = true; } - function on_load() { + $(function() { warehouse_selected(0, 0); document.Form.partnumber.focus(); - } + }); --> @@ -68,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 %]

@@ -118,12 +118,11 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% 'Best Before' | $T8 %] - - + [% L.date_tag('bestbefore') %] [% END %] @@ -140,18 +139,3 @@

- [% IF conf_show_best_before %] - - [% END %] - - -