Listo equipo

This commit is contained in:
2022-10-23 21:57:29 -05:00
parent b8d2294328
commit fca9da4d9b
9 changed files with 158 additions and 119 deletions
+1 -1
View File
@@ -696,7 +696,7 @@ export class PrestamoService {
return this.institucionService
.findInfoInstitucionById(id_institucion)
.then((institucion) =>
this.equipoService.findInfoEquipoByNumeroInventario(
this.equipoService.findByNumeroInventario(
institucion,
numero_inventario,
),