round weight in delivery note
parent
0973c1cb3b
commit
4459616c0e
|
|
@ -186,7 +186,7 @@
|
|||
</td>
|
||||
<td class="text-right">
|
||||
<t t-if="order_line.weight">
|
||||
<span t-field="order_line.weight"/>
|
||||
<span t-field="round(order_line.weight,2)"/>
|
||||
kg
|
||||
</t>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue