Skip to content

Commit

Permalink
[FIX][l10n_it_vat_statement_communication] fix encoding file and remo…
Browse files Browse the repository at this point in the history
…ve zero value from xml in according the specification of ADE
  • Loading branch information
matteoopenf committed May 21, 2024
1 parent 28027cb commit 8c204ae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ def _export_xml_get_dati_modulo(self, quadro):
DebitoPrecedente.text = "{:.2f}".format(
quadro.debito_periodo_precedente
).replace(".", ",")

# 1.2.2.1.12 CreditoPeriodoPrecedente
CreditoPeriodoPrecedente = etree.SubElement(
xModulo, etree.QName(NS_IV, "CreditoPeriodoPrecedente")
Expand Down

0 comments on commit 8c204ae

Please sign in to comment.