FAJ16 fix #11
FossilOrigin-Name: 99d8784b723ff060d237bdf5d9bd6ace5c35d322a70a0e03a38e2ea9a5dd1bfb
This commit is contained in:
		@@ -329,6 +329,10 @@ class DIANInvoiceXML(fe.FeXML):
 | 
				
			|||||||
        #DIAN 1.7.-2020: FAJ14
 | 
					        #DIAN 1.7.-2020: FAJ14
 | 
				
			||||||
        fexml.set_element('/fe:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PhysicalLocation/cac:Address/cac:AddressLine/cbc:Line',
 | 
					        fexml.set_element('/fe:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PhysicalLocation/cac:Address/cac:AddressLine/cbc:Line',
 | 
				
			||||||
                          invoice.invoice_supplier.address.street)
 | 
					                          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
 | 
					        #DIAN 1.7.-2020: FAJ17
 | 
				
			||||||
        fexml.set_element('/fe:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PhysicalLocation/cac:Address/cac:Country/cbc:Name',
 | 
					        fexml.set_element('/fe:Invoice/cac:AccountingSupplierParty/cac:Party/cac:PhysicalLocation/cac:Address/cac:Country/cbc:Name',
 | 
				
			||||||
                          invoice.invoice_supplier.address.country.name)
 | 
					                          invoice.invoice_supplier.address.country.name)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user