From b7b3de51bdb3d0cfecb26ccb7d08bafbd4894257 Mon Sep 17 00:00:00 2001 From: Victor Sanchez Sosa <41167132+Marcelo3Sanchez@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:29:32 -0500 Subject: [PATCH] Update metodos.js --- metodos.js | 1 + 1 file changed, 1 insertion(+) diff --git a/metodos.js b/metodos.js index 8f212a2..b9f63f4 100644 --- a/metodos.js +++ b/metodos.js @@ -325,6 +325,7 @@ async function Func_HistorialTramite(agent, req, res, key_example = null) { if (Contx != null && Contx != NaN && Contx != undefined) { if (Contx.parameters.numero_tramite != null && Contx.parameters.numero_tramite != "") { let legion = await funcion.GetHistorialTramites(data_context.cedula, Contx.parameters.numero_tramite); + console.log(legion); if (legion['ok'] == true) { var msger = ''; if (legion['tramite'] != undefined) {