This commit is contained in:
Mauricio 2023-06-05 16:22:53 -06:00
parent eeae157772
commit 2588a5f0b8
2 changed files with 2 additions and 0 deletions

View File

@ -4821,6 +4821,8 @@ class Facturas(BaseModel):
Socios.municipio,
Socios.estado,
Socios.pais,
Socios.correo_facturas,
Socios.telefonos,
)
where = (Socios.id==invoice.cliente.id)
partner = Socios.select(*fields).where(where).dicts()[0]