Skip to content

Commit

Permalink
fix(JOB): Se Agrega fecha de emision de resultado al cargar la determ…
Browse files Browse the repository at this point in the history
…inación (#1740)
  • Loading branch information
silviroa committed Aug 5, 2022
1 parent f66f34e commit 7072191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/exportNexosFichaSisa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ async function confirmarMuestra(ficha, idEstablecimientoToma, idEventoCaso) {
async function confirmarDeterminacion(ficha, idEvento, idEstablecimiento, idEventoMuestra) {
const dtoResultado = {
derivada: false,
fechaEmisionResultado: moment(ficha.Fecha_Muestra).format('YYYY-MM-DD'),
idEstablecimiento,
idEvento,
idEventoMuestra,
Expand Down

0 comments on commit 7072191

Please sign in to comment.