From ecb41382dc0ca2c3ae09c065f3208aae03d1c7c4 Mon Sep 17 00:00:00 2001 From: Marcelo Sanchez Date: Mon, 19 Jan 2026 16:00:11 -0500 Subject: [PATCH] Update metodos.js --- metodos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metodos.js b/metodos.js index 279d782..b8d1581 100644 --- a/metodos.js +++ b/metodos.js @@ -845,7 +845,7 @@ async function Fun_ConsultarClavesCatastrales(agent, req, res, _cedula = null, n let legion = await funcion.ConsultaClaves(_cedula, nuevo); if (legion['ok'] == true) { legion['data']['data'].forEach((elem_ares, index) => { - printzeus += '\n*' + elem_ares.name + (elem_ares.value != null ? ': $' + elem_ares.value : ''); + printzeus += '\n' + elem_ares.name + (elem_ares.value != null ? ': $' + elem_ares.value : ''); }); $t_int = 0; $t_pag = 0;