correciones
This commit is contained in:
parent
0960a4c37a
commit
43f56a7c4b
@ -393,7 +393,7 @@ export class PrestamoService {
|
||||
busqueda.activo = filtros.activo ? 1 : 0;
|
||||
else {
|
||||
busqueda.activo = filtros.activo === 'true' ? 1 : 0;
|
||||
options.order.id_prestamo = 'ASC';
|
||||
options.order = { id_prestamo: 'ASC' };
|
||||
}
|
||||
}
|
||||
if (filtros.cancelado_operador)
|
||||
|
Loading…
Reference in New Issue
Block a user