institucion final
This commit is contained in:
@@ -93,7 +93,7 @@ export class CarreraProgramaService {
|
||||
id_institucion: number,
|
||||
) {
|
||||
return this.institucionService
|
||||
.findById(id_institucion)
|
||||
.findInfoInstitucionById(id_institucion)
|
||||
.then((institucion) => {
|
||||
if (usuarioOperador instanceof Operador) {
|
||||
if (
|
||||
@@ -128,9 +128,7 @@ export class CarreraProgramaService {
|
||||
i: 'ic.institucion',
|
||||
},
|
||||
},
|
||||
where: {
|
||||
institucionCarrera: { institucion },
|
||||
},
|
||||
where: { institucionCarrera: { institucion } },
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user