X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fdo%2Fstock_out_form.html;h=fa6cabb30062385a2d3c60d7c0808e92345d50b0;hb=094307a8ce3e7680a5b14ef17b5c1094a2555009;hp=508d914fd75a375a9dbb7a9ab4a4c15e357667a7;hpb=f311ac0fdaf9f33d8ff052f0196ce133108eacd4;p=kivitendo-erp.git diff --git a/templates/webpages/do/stock_out_form.html b/templates/webpages/do/stock_out_form.html index 508d914fd..fa6cabb30 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' %] @@ -42,6 +41,14 @@

+ + [%- ELSE %] @@ -62,7 +69,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 +85,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 +117,7 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% END %] [%- END %] @@ -130,6 +137,4 @@ [%- END %] - -