X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fstock_out_form.html;h=06b599038ff9bda4a18afb05659e9e81f57e321a;hb=c312836ce432677d4f7876f1e3a2b6d99f433cd6;hp=6aee3510f051fb0206d8216b17a23694ee0be1d4;hpb=fc41222c61dbee590005f04c50e8603581462543;p=kivitendo-erp.git diff --git a/templates/webpages/do/stock_out_form.html b/templates/webpages/do/stock_out_form.html index 6aee3510f..06b599038 100644 --- a/templates/webpages/do/stock_out_form.html +++ b/templates/webpages/do/stock_out_form.html @@ -61,7 +61,7 @@ [% 'Warehouse' | $T8 %] [% 'Bin' | $T8 %] [% 'Charge Number' | $T8 %] - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% 'Best Before' | $T8 %] [% END %] [%- UNLESS delivered %] @@ -77,7 +77,7 @@ [% HTML.escape(row.warehousedescription) %] [% HTML.escape(row.bindescription) %] [% HTML.escape(row.chargenumber) %] - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% HTML.escape(row.bestbefore) %] [% END %] [%- IF delivered %] @@ -109,7 +109,7 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% END %] [%- END %]