|
@@ -263,10 +263,10 @@
|
|
|
<td style="padding-top:0.3cm;font-size:10px;font-family: Arial;width:2.5cm;overflow: auto; text-align: center;"></td>
|
|
|
<td style="padding-top:0.3cm;font-size:10px;font-family: Arial;width:7cm;overflow: auto; text-align: left;">
|
|
|
<t t-if="o.currency_id.id == 166">
|
|
|
- <div>Gs <span t-esc="convertir(o.amount_total,o.currency_id.en_letras)"/></div>
|
|
|
+ <div>Gs <span t-esc="convertir('%.0f'%o.amount_total,o.currency_id.en_letras)"/></div>
|
|
|
</t>
|
|
|
<t t-if="o.currency_id.id != 166">
|
|
|
- <div>Dólares <span t-esc="convertir(o.amount_total,o.currency_id.en_letras)"/></div>
|
|
|
+ <div>Dólares <span t-esc="convertir('%.0f'%o.amount_total,o.currency_id.en_letras)"/></div>
|
|
|
</t>
|
|
|
</td>
|
|
|
<td style="padding-top:0.3cm;font-size:10px;font-family: Arial;width:2cm;overflow: auto; text-align: center;"></td>
|