X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fstock_in_form.html;h=f8fa9d852d1b56c2763c2423e69746cb7d9078a7;hb=94f5cb152afa9210162295b6727801c296af0631;hp=0d5ea684f8f0625f7504de4bcf9cb6022f7528f6;hpb=6a8787147ad643549eb26cb4f9a373b5b354b8b9;p=kivitendo-erp.git diff --git a/templates/webpages/do/stock_in_form.html b/templates/webpages/do/stock_in_form.html index 0d5ea684f..f8fa9d852 100644 --- a/templates/webpages/do/stock_in_form.html +++ b/templates/webpages/do/stock_in_form.html @@ -1,5 +1,7 @@ [%- USE T8 %] -[% USE HTML %][% USE LxERP %][% USE JavaScript %] +[%- USE L %] +[%- USE HTML %][%- USE LxERP %][%- USE JavaScript %] +

[% title %]

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

[% ERRORS.join('
') %]

[%- END %] @@ -93,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 %] @@ -109,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)) %] @@ -120,21 +128,25 @@ - [% IF conf_show_best_before %] + [% IF INSTANCE_CONF.get_show_bestbefore %] - - + [% L.date_tag('bestbefore_'_ loop.count, row.bestbefore) %] [% END %] - - + - + [%- END %] @@ -162,23 +174,3 @@

- [%- IF NOT delivered %] - [% IF conf_show_best_before %] - - [% END %] - [%- END %] - - - -