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 8c204ae commit 0f835c7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ def _export_xml_get_dati_modulo(self, quadro):
if quadro.metodo_calcolo_acconto:
Metodo = etree.SubElement(xModulo, etree.QName(NS_IV, "Metodo"))
Metodo.text = quadro.metodo_calcolo_acconto

Acconto = etree.SubElement(xModulo, etree.QName(NS_IV, "Acconto"))
Acconto.text = "{:.2f}".format(quadro.accounto_dovuto).replace(".", ",")
# 1.2.2.1.18 ImportoDaVersare
Expand Down

0 comments on commit 0f835c7

Please sign in to comment.