Skip to content

Commit

Permalink
[FIX][l10n_br_nfse] document amount_price_gross
Browse files Browse the repository at this point in the history
  • Loading branch information
corredato authored and rvalyi committed Jul 31, 2024
1 parent 2629361 commit 550ce8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_br_nfse/models/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def _prepare_lote_rps(self):
"codigo_obra": self.civil_construction_code or "",
"art": self.civil_construction_art or "",
"carga_tributaria": self.amount_tax,
"total_recebido": self.amount_total,
"total_recebido": self.amount_price_gross,
"carga_tributaria_estimada": self.amount_estimate_tax,
}

Expand Down

0 comments on commit 550ce8c

Please sign in to comment.