fix weight in line - round(x,2)

develop
Andreas Osim 2019-03-21 16:25:58 +01:00
parent 995c8a7a7b
commit f4ba5e43e5
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@
</td>
<td class="text-right">
<t t-if="order_line.weight and order_line.product_uom_qty">
<span t-esc="order_line.weight*order_line.product_uom_qty"/>
<span t-esc="round(order_line.weight*order_line.product_uom_qty,2)"/>
kg
</t>
</td>