Skip to content

Commit

Permalink
fix(listado): corrige filtro por profesional deshabilitado (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCele authored Feb 1, 2024
1 parent db9f79e commit cc8cf6d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export class BusquedaProfesionalService {
}

params.bajaMatricula = false;
params.habilitado = false;
params.matriculacion = true;

if (filtros) {
Expand Down

0 comments on commit cc8cf6d

Please sign in to comment.