diff --git a/facho/fe/form.py b/facho/fe/form.py index e7287b4..6be8106 100644 --- a/facho/fe/form.py +++ b/facho/fe/form.py @@ -330,6 +330,8 @@ class DIANInvoiceXML(fe.FeXML): invoice.invoice_supplier.organization_code) fexml.set_element('/fe:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PartyName/cbc:Name', invoice.invoice_supplier.name) + #DIAN 1.7.-2020: FAJ07 + fexml.placeholder_for('/fe:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PhysicalLocation/cac:Address') #DIAN 1.7.-2020: FAJ09 fexml.set_element('/fe:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PhysicalLocation/cac:Address/cbc:ID', invoice.invoice_supplier.address.city)