liberacion

This commit is contained in:
2020-11-23 12:43:33 -06:00
parent 9ab36e414b
commit 08610054db
8 changed files with 115 additions and 39 deletions
+3 -2
View File
@@ -97,8 +97,9 @@ const validarPreTermino = (idServicio) => {
return false;
})
.then((res) => {
if (!res) return '';
return ' Se actualizo correctamente el status del Servicio Social.';
if (res)
return 'Este Servicio Social paso a Termino, espera a que COESI autorice tu liberación.';
return '';
});
};