X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fwh%2Ftransfer_parts_selection.html;h=245da8b05f22bb6bd761f38ba1a78f3026345583;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=6ef7eda857d9f7a4ce3b4584242c697d75c05dbd;hpb=2d3f862b7af94f31860dd264eef7c1bc7de7eae2;p=kivitendo-erp.git diff --git a/templates/webpages/wh/transfer_parts_selection.html b/templates/webpages/wh/transfer_parts_selection.html index 6ef7eda85..245da8b05 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 %]

-
+ - -
[% title %]
-

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

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

@@ -67,7 +69,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 +85,7 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% END %] @@ -91,7 +93,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) %] @@ -117,13 +119,4 @@

- -
- -

- -

- - -