Skip to content

Commit

Permalink
fix(PER): Corrige filtro organizacion
Browse files Browse the repository at this point in the history
  • Loading branch information
silviroa committed Aug 18, 2023
1 parent 2b553e7 commit ec65b64
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ export class ListadoPerinatalComponent implements OnInit {
profesional: this.profesional?.id,
organizacionOrigen: this.organizacion?.id,
paciente: this.paciente || '',
estado: 'AUSENTE',
organizacion: this.organizacion?.id
estado: 'AUSENTE'
};
if (this.verAusente) {
params['estado'] = 'AUSENTE';
Expand Down

0 comments on commit ec65b64

Please sign in to comment.