correccion tablas
This commit is contained in:
@@ -444,7 +444,7 @@ export class PrestamoService {
|
||||
return [prestamos, infoPrestamos[1]];
|
||||
});
|
||||
}
|
||||
options.order = { id_prestamo: 'ASC' };
|
||||
options.order = { id_institucion: 'ASC', id_prestamo: 'ASC' };
|
||||
return this.fullInformacionPrestamoView.find(options);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user