This commit is contained in:
Lemuel Marquez
2021-01-17 19:44:36 -06:00
parent 12578a4bcf
commit 0fe0969db2
2 changed files with 1 additions and 2 deletions
BIN
View File
Binary file not shown.
+1 -2
View File
@@ -37,8 +37,7 @@ const guardar = async () => {
programa: programas[j].programa,
clavePrograma: programas[j].clavePrograma,
acatlan: responsables[i].acatlanContigo === 'true' ? true : false,
activo: true,
// activo: false,
activo: false,
idUsuario: res.dataValues.idUsuario,
})
.then((res) => {