Update metodos.js

This commit is contained in:
Victor Sanchez Sosa 2024-02-09 09:24:15 -05:00
parent 642f3975c6
commit cf7016791c

View File

@ -664,7 +664,7 @@ async function Fun_ConsultarClavesCatastrales(agent, req, res, _cedula = null, n
console.log("legion model");
console.log(legion);
let printzeus = '';
legion['data']['data_text'].forEach((elem_ares, index) => {
legion['data']['data'].forEach((elem_ares, index) => {
printzeus += '\n -' + elem_ares.name + ': $' + elem_ares.value;
});