Skip to content

Commit

Permalink
[FIX] l10n_mx_edi_addenda_mabe: Fix currency rate
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagordz committed Aug 15, 2024
1 parent efc7df3 commit d64a8cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
>
<mabe:Moneda
t-att-tipoMoneda="record.currency_id.name"
t-att-tipoCambio="record.currency_id.rate"
t-att-tipoCambio="0.00"
t-att-importeConLetra="record.mabe_amount_with_letter or 'NA'"
/>
<mabe:Proveedor t-att-codigo="record.partner_id.ref or 'NA'" />
Expand Down

0 comments on commit d64a8cd

Please sign in to comment.