|
@@ -283,10 +283,10 @@
|
|
<td class="text-right">
|
|
<td class="text-right">
|
|
|
|
|
|
<t t-if="o.currency_id.id == 166">
|
|
<t t-if="o.currency_id.id == 166">
|
|
- <span t-esc="'{0:,.0f}'.format(l.product_uom_qty)"/>
|
|
|
|
|
|
+ <span t-esc="'{0:,.0f}'.format(l.price_unit)"/>
|
|
</t>
|
|
</t>
|
|
<t t-if="o.currency_id.id != 166">
|
|
<t t-if="o.currency_id.id != 166">
|
|
- <span t-esc="'{0:,.2f}'.format(l.product_uom_qty)"/>
|
|
|
|
|
|
+ <span t-esc="'{0:,.2f}'.format(l.price_unit)"/>
|
|
</t>
|
|
</t>
|
|
|
|
|
|
</td>
|
|
</td>
|