Skip to content

Commit

Permalink
feat(TOP): nueva solicitud con misma fecha que prestacion (#1775)
Browse files Browse the repository at this point in the history
  • Loading branch information
ma7payne committed Jan 10, 2023
1 parent b547166 commit 9aaef87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rup/controllers/solicitudes.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function crearSolicitud(prestacion: IPrestacion, solicitud: IPrestacionRe
servicioIntermedioId: regla.destino.servicioIntermedioId || null,
solicitud: {
prestacionOrigen: prestacion.id,
fecha: new Date(),
fecha: prestacion.solicitud.fecha,
turno: null,
tipoPrestacion: prestacionDestino,
tipoPrestacionOrigen: prestacionOrigen.prestacion ? prestacionOrigen.prestacion : prestacion.solicitud.tipoPrestacion,
Expand Down

0 comments on commit 9aaef87

Please sign in to comment.