X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fstock_in_form.html;h=4a6c92f7d7546240d9b50c2498d1783516d67df4;hb=c41e957e48c7baea04e4f16b0fd52987fda1cc06;hp=0d5ea684f8f0625f7504de4bcf9cb6022f7528f6;hpb=40c4eff395b9a1524d06e25ac7548113f9c1dc71;p=kivitendo-erp.git diff --git a/templates/webpages/do/stock_in_form.html b/templates/webpages/do/stock_in_form.html index 0d5ea684f..4a6c92f7d 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 +101,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 +117,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)) %] @@ -120,17 +128,16 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] - - + [% L.date_tag('bestbefore_'_ loop.count, row.bestbefore) %] [% END %] @@ -162,23 +169,3 @@

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