X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fstock_out_form.html;h=06b599038ff9bda4a18afb05659e9e81f57e321a;hb=e92b111df5e022e68517682cf48ab5f73adc9e79;hp=97555f5297410770e5595e79e7ef82be40fbd1de;hpb=83542c806dc5c249bf640e344eaf3831cdf2f2ea;p=kivitendo-erp.git diff --git a/templates/webpages/do/stock_out_form.html b/templates/webpages/do/stock_out_form.html index 97555f529..06b599038 100644 --- a/templates/webpages/do/stock_out_form.html +++ b/templates/webpages/do/stock_out_form.html @@ -1,6 +1,5 @@ [%- USE T8 %] [%- USE HTML %][%- USE LxERP %] - [%- IF delivered %] [%- SET RO = ' readonly' %] @@ -62,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 %] @@ -78,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 %] @@ -110,7 +109,7 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% END %] [%- END %] @@ -130,5 +129,4 @@ [%- END %] -