Skip to content

Commit

Permalink
[FIX] imposta (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocorato authored Sep 20, 2024
1 parent 24973f0 commit 612c289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_it_fatturapa_out/wizard/wizard_export_fatturapa.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def _key(tax_id):
"Natura": tax_line_id.kind_id.code,
# 'Arrotondamento':'',
"ImponibileImporto": tax_id.tax_base_amount,
"Imposta": tax_id.price_total,
"Imposta": fpaToEur(tax_id.price_total, invoice, euro),
"EsigibilitaIVA": tax_line_id.payability,
}
if tax_line_id.law_reference:
Expand Down

0 comments on commit 612c289

Please sign in to comment.