X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b98935252284591d5a1d95dda05974b14f4b2b4d..d59c544786c8f76756e2ec10dc3b8f803355efdc:/templates/webpages/order/tabs/_row.html
diff --git a/templates/webpages/order/tabs/_row.html b/templates/webpages/order/tabs/_row.html
index c5892ecc7..fcc0b3f34 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") %]
|