X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fdo%2Fstock_out_form_master.html;h=971b6e761f32fff2e1508304337d7a133afbddf6;hb=e0d7849f5e65cf957bbec56d23336fd55e5cd987;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..971b6e761 100644 --- a/templates/webpages/do/stock_out_form_master.html +++ b/templates/webpages/do/stock_out_form_master.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 %] + >