Update metodos.js
This commit is contained in:
parent
2f2f90feec
commit
ecb41382dc
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user