X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fstock_in_form_en.html;h=277c7e44dec486d4eb0d49545b3fb25e7b21fa8e;hb=4c6a0cbb1632d7d799d45467dea3ea82dda7291e;hp=d155921554ee187b566ccc3c6cadb9d9203e52eb;hpb=bc71c253714824c3f1bd5749958302dce5555762;p=kivitendo-erp.git diff --git a/templates/webpages/do/stock_in_form_en.html b/templates/webpages/do/stock_in_form_en.html index d15592155..277c7e44d 100644 --- a/templates/webpages/do/stock_in_form_en.html +++ b/templates/webpages/do/stock_in_form_en.html @@ -92,6 +92,9 @@ Warehouse Bin Charge Number + [% IF conf_show_best_before %] + Best Before + [% END %] Qty Unit @@ -105,6 +108,9 @@ [% HTML.escape(row.warehouse_description) %] [% HTML.escape(row.bin_description) %] [% HTML.escape(row.chargenumber) %] + [% IF conf_show_best_before %] + [% HTML.escape(row.bestbefore) %] + [% END %] [% HTML.escape(LxERP.format_amount(row.qty)) %] [% HTML.escape(row.unit) %] @@ -120,6 +126,12 @@ + [% IF conf_show_best_before %] + + + + + [% END %] @@ -149,6 +161,23 @@

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