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) {