round weight to 2 decimals (fix)

develop
Andreas Osim 2021-02-15 15:36:24 +01:00
parent 5bf3174971
commit 246e1ed1f6
1 changed files with 1 additions and 1 deletions

View File

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