Skip to content

Commit

Permalink
fix(PER): se corrigen parámetros
Browse files Browse the repository at this point in the history
  • Loading branch information
maring0019 committed Jun 22, 2023
1 parent 5188529 commit 50e5fa9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ export class ListadoPerinatalComponent implements OnInit {
fechaHasta: this.fechaHastaEntrada,
profesional: this.profesional?.id,
organizacion: this.organizacion?.id,
paciente: this.paciente || '',
estado: 'AUSENTE'
paciente: this.paciente
};
this.documentosService.descargarListadoPerinatal(params, `perinatal ${moment().format('DD-MM-hh-mm-ss')}`).subscribe();
}
Expand Down

0 comments on commit 50e5fa9

Please sign in to comment.