Skip to content

Commit

Permalink
fix(mpi): revalidacion de paciente
Browse files Browse the repository at this point in the history
  • Loading branch information
negro89 authored and mcele committed Apr 6, 2021
1 parent bd87562 commit 267e815
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core-v2/mpi/paciente/paciente.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export function make(body: IPaciente) {
export function set(paciente: IPacienteDoc, body: any) {
if (paciente.estado === 'validado') {
delete body['documento'];
delete body['fechaNacimiento'];
delete body['estado'];
}
paciente.set(body);
Expand Down

0 comments on commit 267e815

Please sign in to comment.