Update metodos.js
This commit is contained in:
parent
5ab1837ceb
commit
cfefe580b0
@ -656,6 +656,7 @@ async function Fun_ConsultarClavesCatastrales(agent, req, res, _cedula = null, n
|
||||
const regex = /^[0-9]*$/;
|
||||
_cedula = _cedula.replace(/-/g, "");
|
||||
if (regex.test(_cedula)) {
|
||||
console.log("legion model antes 12385");
|
||||
let legion = await funcion.ConsultaClaves(_cedula, nuevo);
|
||||
console.log("legion model antes");
|
||||
console.log(legion)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user