X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/345248fd59538b5bfabc5fc54defdc17f76481f3..c5d397d9b1c2e13dfdaf644fbd98cd41d00a2909:/templates/webpages/do/stock_in_form.html diff --git a/templates/webpages/do/stock_in_form.html b/templates/webpages/do/stock_in_form.html index f36e495a6..08384f76d 100644 --- a/templates/webpages/do/stock_in_form.html +++ b/templates/webpages/do/stock_in_form.html @@ -1,7 +1,7 @@ [%- USE T8 %] [%- USE L %] [%- USE HTML %][%- USE LxERP %][%- USE JavaScript %] - +

[% title %]

[%- UNLESS delivered %] [%- END %]
-
[% title %]
- [%- IF ERRORS && ERRORS.size %]

[% ERRORS.join('
') %]

[%- END %] @@ -95,7 +101,7 @@ [% 'Warehouse' | $T8 %] [% 'Bin' | $T8 %] [% 'Charge Number' | $T8 %] - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% 'Best Before' | $T8 %] [% END %] [% 'Qty' | $T8 %] @@ -111,7 +117,7 @@ [% HTML.escape(row.warehouse_description) %] [% HTML.escape(row.bin_description) %] [% HTML.escape(row.chargenumber) %] - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% HTML.escape(row.bestbefore) %] [% END %] [% HTML.escape(LxERP.format_amount(row.qty)) %] @@ -122,14 +128,14 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] [% L.date_tag('bestbefore_'_ loop.count, row.bestbefore) %] @@ -143,7 +149,7 @@ [%- END %] - + [%- END %]