Update metodos.js

This commit is contained in:
Marcelo Sanchez 2026-01-19 16:00:11 -05:00
parent 2f2f90feec
commit ecb41382dc

View File

@ -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;