X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fwh%2Fwarehouse_selection_stock.html;h=d77f8c5e2a97d80fe1d3fb1b59641e07d6497ba1;hb=bdd3c486e20b1b2dda40de58aadfa1fdc220dc07;hp=4bb3c04e9d6316bb55443a90aa6efeb89cb2b0a8;hpb=8eb972fd373d0363cd3dc3cd6777c0d3f076111f;p=kivitendo-erp.git diff --git a/templates/webpages/wh/warehouse_selection_stock.html b/templates/webpages/wh/warehouse_selection_stock.html index 4bb3c04e9..d77f8c5e2 100644 --- a/templates/webpages/wh/warehouse_selection_stock.html +++ b/templates/webpages/wh/warehouse_selection_stock.html @@ -1,5 +1,7 @@ [%- USE T8 %] -[% USE HTML %][% USE JavaScript %][% USE LxERP %] +[%- USE L %] +[%- USE HTML %][%- USE JavaScript %][%- USE LxERP %] +

[% title %]

@@ -49,9 +51,9 @@ control.options[bin_index].selected = true; } - function on_load() { + $(function() { warehouse_selected([% warehouse_id %], [% bin_id %]); - } + }) --> @@ -64,8 +66,6 @@

[% saved_message %]

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

@@ -106,12 +106,11 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% END %] @@ -147,18 +146,3 @@

- [% IF conf_show_best_before %] - - [% END %] - - -
[% 'Best Before' | $T8 %] - - + [% L.date_tag('bestbefore', bestbefore) %]