X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fstock_in_form.html;h=135a89837dd58eb489e7d68c79b66bc95118d090;hb=6e6038682b1a2b6e6bc74f1eee40eba21afcb7e9;hp=25cc90bbed73be53f7ddf2392d676bb2ab0e1202;hpb=83542c806dc5c249bf640e344eaf3831cdf2f2ea;p=kivitendo-erp.git diff --git a/templates/webpages/do/stock_in_form.html b/templates/webpages/do/stock_in_form.html index 25cc90bbe..135a89837 100644 --- a/templates/webpages/do/stock_in_form.html +++ b/templates/webpages/do/stock_in_form.html @@ -1,8 +1,6 @@ [%- USE T8 %] [%- USE L %] [%- USE HTML %][%- USE LxERP %][%- USE JavaScript %] - - [%- UNLESS delivered %] [%- END %] @@ -95,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 %] @@ -111,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)) %] @@ -122,14 +128,14 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% L.date_tag('bestbefore_'_ loop.count, row.bestbefore) %] @@ -162,5 +168,4 @@ [%- END %]

-