facho/fe/form.py(BillingReference): date se hace tipo date.
FossilOrigin-Name: 9cb71e373d05b05613a907f167d4d99121a3d34fd769769746a2279c9faa4ba5
This commit is contained in:
		| @@ -400,7 +400,7 @@ class DIANInvoiceXML(fe.FeXML): | ||||
|                           reference.uuid, | ||||
|                           schemeName='CUFE-SHA384') | ||||
|         fexml.set_element('./cac:BillingReference/cac:InvoiceDocumentReference/cbc:IssueDate', | ||||
|                           reference.date) | ||||
|                           reference.date.strftime("%Y-%m-%d")) | ||||
|  | ||||
|     def set_billing_reference(fexml, invoice): | ||||
|         reference = invoice.invoice_billing_reference | ||||
|   | ||||
		Reference in New Issue
	
	Block a user