X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fwh%2Fremoval_parts_selection.html;h=5bc1e30a98867bf9857e1586079e4233671b76da;hb=aa36021ace7b4075af6d2d815e0e208b7227d9c4;hp=9662440e196681e003e487e34ce00438ae5dece5;hpb=83542c806dc5c249bf640e344eaf3831cdf2f2ea;p=kivitendo-erp.git diff --git a/templates/webpages/wh/removal_parts_selection.html b/templates/webpages/wh/removal_parts_selection.html index 9662440e1..5bc1e30a9 100644 --- a/templates/webpages/wh/removal_parts_selection.html +++ b/templates/webpages/wh/removal_parts_selection.html @@ -1,14 +1,12 @@ [%- USE T8 %] [%- USE HTML %][%- USE JavaScript %] - +

[% title %]

-
[% title %]
-

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

@@ -36,7 +34,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 %] @@ -51,7 +49,7 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% END %] @@ -59,7 +57,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) %] @@ -86,4 +84,3 @@

-