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

[% title %]

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

[% ERRORS.join('
') %]

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

+ + [%- ELSE %] @@ -61,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 %] @@ -77,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 %] @@ -109,7 +116,8 @@ - [% IF conf_show_best_before %] + + [% IF INSTANCE_CONF.get_show_bestbefore %] [% END %] [%- END %] @@ -129,6 +137,4 @@ [%- END %]
- -