Skip to content

Commit

Permalink
TOP - Solicitudes contrarreferidas
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio-Ramirez committed Dec 1, 2023
1 parent d92ee4a commit f31504f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rup/routes/prestacion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ router.patch('/prestaciones/:id', (req: Request, res, next) => {

case 'referir':
if (req.body.estado) {
data.estados.push();
data.estados.push({ tipo: 'auditoria', fecha: new Date() });
}
data.solicitud.profesional = req.body.profesional;
data.solicitud.organizacion = req.body.organizacion;
Expand Down

0 comments on commit f31504f

Please sign in to comment.