X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2d3f862b7af94f31860dd264eef7c1bc7de7eae2..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/wh/transfer_parts_selection.html diff --git a/templates/webpages/wh/transfer_parts_selection.html b/templates/webpages/wh/transfer_parts_selection.html index 6ef7eda85..0f5d2f50a 100644 --- a/templates/webpages/wh/transfer_parts_selection.html +++ b/templates/webpages/wh/transfer_parts_selection.html @@ -1,5 +1,6 @@ [%- USE T8 %] -[% USE HTML %][% USE JavaScript %] +[%- USE HTML %][%- USE JavaScript %] +

[% title %]

@@ -38,8 +39,6 @@ -
[% title %]
-

[% 'Transfer from warehouse' | $T8 %]: [% warehouse_description %]

@@ -57,6 +56,10 @@ [% 'Optional comment' | $T8 %]: + + [% 'Change default bin for this parts' | $T8 %]: + +

@@ -67,7 +70,7 @@ [% 'Part Number' | $T8 %] [% 'Part Description' | $T8 %] [% 'Charge Number' | $T8 %] - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% 'Best Before' | $T8 %] [% END %] [% 'EAN' | $T8 %] @@ -83,7 +86,7 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% END %] @@ -91,7 +94,7 @@ [% HTML.escape(row.partnumber) %] [% HTML.escape(row.partdescription) %] [% HTML.escape(row.chargenumber) %] - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% HTML.escape(row.bestbefore) %] [% END %] [% HTML.escape(row.ean) %] @@ -125,5 +128,3 @@

- -