X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fstock_in_form.html;h=99b5db1e247073deb500c1170b464c4d92962ecf;hb=03ff37cb621e68f7d224d2520099ee86f612f833;hp=238747ef6c8f325eb22029c22434a593849191f6;hpb=b61f5c3df68e3a3b4fb6a8a287172b0989215748;p=kivitendo-erp.git diff --git a/templates/webpages/do/stock_in_form.html b/templates/webpages/do/stock_in_form.html index 238747ef6..99b5db1e2 100644 --- a/templates/webpages/do/stock_in_form.html +++ b/templates/webpages/do/stock_in_form.html @@ -1,6 +1,6 @@ [%- USE T8 %] -[% USE HTML %][% USE LxERP %][% USE JavaScript %] - +[%- USE L %] +[%- USE HTML %][%- USE LxERP %][%- USE JavaScript %] [%- UNLESS delivered %] [%- END %] @@ -93,7 +93,7 @@ [% 'Warehouse' | $T8 %] [% 'Bin' | $T8 %] [% 'Charge Number' | $T8 %] - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% 'Best Before' | $T8 %] [% END %] [% 'Qty' | $T8 %] @@ -109,7 +109,7 @@ [% HTML.escape(row.warehouse_description) %] [% HTML.escape(row.bin_description) %] [% HTML.escape(row.chargenumber) %] - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% HTML.escape(row.bestbefore) %] [% END %] [% HTML.escape(LxERP.format_amount(row.qty)) %] @@ -127,10 +127,9 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] - - + [% L.date_tag('bestbefore_'_ loop.count, row.bestbefore) %] [% END %] @@ -138,7 +137,7 @@ @@ -162,23 +161,3 @@

- [%- IF NOT delivered %] - [% IF conf_show_best_before %] - - [% END %] - [%- END %] - - - -