FAJ08 test

FossilOrigin-Name: 8b8ebc517928694482ad94e9152eeac2442de083c70db171de24f69603f8ab27
This commit is contained in:
alnus@disroot.org 2020-09-09 22:45:43 +00:00
parent 5832d6ce77
commit e2eb65c7a5

View File

@ -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)