From 4a6e3f8889716d27e2b7ec4423776f70c53776d6 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Auad Date: Tue, 28 Apr 2026 20:31:34 +0000 Subject: [PATCH] =?UTF-8?q?Cambiado=20el=20valor=20estatico=20de=20la=20fe?= =?UTF-8?q?cha=20por=20la=20fecha=20actual=20en=20la=20generaci=C3=B3n=20d?= =?UTF-8?q?el=20DocumentReference=20del=20Indice=20de=20documentos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bus-gateway/controllers/iti65.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bus-gateway/controllers/iti65.js b/bus-gateway/controllers/iti65.js index a96a31b..d63969e 100644 --- a/bus-gateway/controllers/iti65.js +++ b/bus-gateway/controllers/iti65.js @@ -104,7 +104,7 @@ async function createBusDocumentReference(token, localIPSDocument, localPatient) }, ], }, - date: "2026-04-28T10:00:00-03:00", + date: new Date().toISOString(), subject: { reference: busPatientReference },