X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fstock_out_form.html;h=0e33bd153f6d1ff336baad810d8718cfc184acdb;hb=ea6ec9c1f72a4d30387aec5e771eb38dfdb7fb2a;hp=b92055c362f0b774857333b3269018ece87a4c23;hpb=345248fd59538b5bfabc5fc54defdc17f76481f3;p=kivitendo-erp.git diff --git a/templates/webpages/do/stock_out_form.html b/templates/webpages/do/stock_out_form.html index b92055c36..0e33bd153 100644 --- a/templates/webpages/do/stock_out_form.html +++ b/templates/webpages/do/stock_out_form.html @@ -1,6 +1,6 @@ [%- USE T8 %] [%- USE HTML %][%- USE LxERP %] - +

[% title %]

[%- IF delivered %] [%- SET RO = ' readonly' %] @@ -14,8 +14,6 @@
-
[% title %]
- [%- IF ERRORS && ERRORS.size %]

[% ERRORS.join('
') %]

[%- END %] @@ -42,6 +40,14 @@

+ + [%- ELSE %] @@ -62,7 +68,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 +84,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 +116,8 @@ - [% IF conf_show_best_before %] + + [% IF INSTANCE_CONF.get_show_bestbefore %] [% END %] [%- END %]