mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
Merge pull request #17850 from deepeshgarg007/italy-xml
fix: Update currency in Italy e-invoice XML
This commit is contained in:
@@ -118,7 +118,7 @@
|
|||||||
<DatiGenerali>
|
<DatiGenerali>
|
||||||
<DatiGeneraliDocumento>
|
<DatiGeneraliDocumento>
|
||||||
<TipoDocumento>{{ doc.type_of_document }}</TipoDocumento>
|
<TipoDocumento>{{ doc.type_of_document }}</TipoDocumento>
|
||||||
<Divisa>EUR</Divisa>
|
<Divisa>{{ doc.currency }}</Divisa>
|
||||||
<Data>{{ doc.posting_date }}</Data>
|
<Data>{{ doc.posting_date }}</Data>
|
||||||
<Numero>{{ doc.unamended_name }}</Numero>
|
<Numero>{{ doc.unamended_name }}</Numero>
|
||||||
{%- if doc.stamp_duty %}
|
{%- if doc.stamp_duty %}
|
||||||
|
|||||||
Reference in New Issue
Block a user