round weight to 2 decimals (fix)
parent
5bf3174971
commit
246e1ed1f6
|
|
@ -184,7 +184,7 @@
|
|||
</td>
|
||||
<td class="text-right">
|
||||
<t t-if="order_line.weight">
|
||||
<span t-field="round(order_line.weight,2)"/>
|
||||
<span t-esc="round(order_line.weight,2)"/>
|
||||
kg
|
||||
</t>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue