X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/854500401fb91ccb0dfc4ff4115adc90f1cefcdc..12eafc00a9cbd2c24fbbd6a7415e5ecb97ef02b7:/templates/webpages/order/tabs/_row.html diff --git a/templates/webpages/order/tabs/_row.html b/templates/webpages/order/tabs/_row.html index fc2776d13..7cf610a5a 100644 --- a/templates/webpages/order/tabs/_row.html +++ b/templates/webpages/order/tabs/_row.html @@ -30,30 +30,35 @@ [%- L.input_tag("order.orderitems[].qty_as_number", ITEM.qty_as_number, size = 5, - style='text-align:right') %] + style='text-align:right', + class="recalc") %] [%- L.input_tag("order.orderitems[].price_factor", ITEM.price_factor, size = 5, - style='text-align:right') %] + style='text-align:right', + class="recalc") %] [%- L.input_tag("order.orderitems[].unit", ITEM.unit, - size = 5) %] + size = 5, + class="recalc") %] [%- L.input_tag("order.orderitems[].sellprice_as_number", ITEM.sellprice_as_number, size = 10, - style='text-align:right') %] + style='text-align:right', + class="recalc") %] [%- L.input_tag("order.orderitems[].discount_as_percent", ITEM.discount_as_percent, size = 5, - style='text-align:right') %] + style='text-align:right', + class="recalc") %] [%- L.div_tag(LxERP.format_amount(ITEM.linetotal, 2, 0), name="linetotal") %] @@ -61,7 +66,7 @@ - +