X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fstock_out_form_master.html;h=e8f7a13a6e293af32d9b81966914f8ba7816e5c8;hb=4c6a0cbb1632d7d799d45467dea3ea82dda7291e;hp=3a13b8738b045512d4fe163ee8b34a272a83c34e;hpb=74c7135dd76391b581476daffe240f2829493744;p=kivitendo-erp.git diff --git a/templates/webpages/do/stock_out_form_master.html b/templates/webpages/do/stock_out_form_master.html index 3a13b8738..e8f7a13a6 100644 --- a/templates/webpages/do/stock_out_form_master.html +++ b/templates/webpages/do/stock_out_form_master.html @@ -60,6 +60,9 @@ Warehouse Bin Charge Number + [% IF conf_show_best_before %] + Best Before + [% END %] [%- UNLESS delivered %] Available qty [%- END %] @@ -73,7 +76,9 @@ [% HTML.escape(row.warehousedescription) %] [% HTML.escape(row.bindescription) %] [% HTML.escape(row.chargenumber) %] - + [% IF conf_show_best_before %] + [% HTML.escape(row.bestbefore) %] + [% END %] [%- IF delivered %] [% HTML.escape(LxERP.format_amount(row.stock_qty)) %] @@ -83,7 +88,12 @@ [% HTML.escape(row.available_qty) %] + [%- IF row.stock_qty %] + value="[% HTML.escape(LxERP.format_amount(row.stock_qty)) %]" + [%- ELSIF ((WHCONTENTS.size == 1) && (!row.stock_qty)) %] + value="[% HTML.escape(do_qty) %]" + [%- END %] + > + [% IF conf_show_best_before %] + + [% END %] [%- END %]