X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fwh%2Fwarehouse_selection_assembly.html;h=17a6f9d8afcaac5fca72d7b56894c99d640aec3d;hb=69af50448452e9b292134bee25705a64505e8ff4;hp=74da21aa30a595555356b261bdf1e2d1b26457ee;hpb=b61f5c3df68e3a3b4fb6a8a287172b0989215748;p=kivitendo-erp.git diff --git a/templates/webpages/wh/warehouse_selection_assembly.html b/templates/webpages/wh/warehouse_selection_assembly.html index 74da21aa3..17a6f9d8a 100644 --- a/templates/webpages/wh/warehouse_selection_assembly.html +++ b/templates/webpages/wh/warehouse_selection_assembly.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 %] @@ -142,18 +141,3 @@

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