From: Moritz Bunkus Date: Thu, 9 Apr 2009 09:49:32 +0000 (+0000) Subject: Lieferschein: Bei der Maske zum Auslagern automatisch die Lieferscheinmenge eintragen... X-Git-Tag: release-2.6.0beta2~112 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=83a30f5fd60fbb6ab09fe1a469e0a90e636c4913;p=kivitendo-erp.git Lieferschein: Bei der Maske zum Auslagern automatisch die Lieferscheinmenge eintragen, sofern es nur genau einen Lagerplatz gibt, an dem die Ware vorrätig ist. --- diff --git a/templates/webpages/do/stock_out_form_de.html b/templates/webpages/do/stock_out_form_de.html index c71d2ffeb..152008377 100644 --- a/templates/webpages/do/stock_out_form_de.html +++ b/templates/webpages/do/stock_out_form_de.html @@ -83,7 +83,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 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 %] + >