se cambio la cuenta de acatlan contigo
This commit is contained in:
@@ -58,8 +58,8 @@ export class ProgramaService {
|
||||
continue;
|
||||
}
|
||||
|
||||
const acatlan = prog.clave.substr(4, 7) === '-12/145-';
|
||||
console.log("clave:", prog.clave.substr(4, 7))
|
||||
const acatlan = prog.clave.substr(4, 8) === '-12/145-';
|
||||
console.log("clave:", prog.clave.substr(4, 8))
|
||||
const activo = Number(prog.clave.substr(0, 4)) === today.year();
|
||||
|
||||
let responsable = await this.usuarioRepo.findOne({
|
||||
|
||||
Reference in New Issue
Block a user