FossilOrigin-Name: 99d8784b723ff060d237bdf5d9bd6ace5c35d322a70a0e03a38e2ea9a5dd1bfb
This commit is contained in:
alnus@disroot.org 2020-09-06 19:25:38 +00:00
parent 8c5d7754a7
commit 58d77443d5

View File

@ -329,6 +329,10 @@ class DIANInvoiceXML(fe.FeXML):
#DIAN 1.7.-2020: FAJ14
fexml.set_element('/fe:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PhysicalLocation/cac:Address/cac:AddressLine/cbc:Line',
invoice.invoice_supplier.address.street)
#DIAN 1.7.-2020: FAJ16
fexml.set_element('/fe:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PhysicalLocation/cac:Address/cac:Country/cbc:IdentificationCode',
invoice.invoice_supplier.address.country.code)
#DIAN 1.7.-2020: FAJ17
fexml.set_element('/fe:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PhysicalLocation/cac:Address/cac:Country/cbc:Name',
invoice.invoice_supplier.address.country.name)