rechazar carta aceptación, termino e informe global

This commit is contained in:
Lemuel Marquez
2020-11-27 18:55:18 -06:00
parent e836000029
commit 4ac9bffc77
12 changed files with 231 additions and 49 deletions
@@ -46,10 +46,11 @@ const registroValidado = async (body) => {
);
case 4:
case 5:
case 6:
throw new Error(
'Este Servicio Social ya paso por el Registro Validado.'
);
case 6:
throw new Error('Este Servicio Social ya finalizó.');
case 7:
case 8:
case 9:
@@ -58,7 +59,7 @@ const registroValidado = async (body) => {
);
case 10:
throw new Error(
'Este Servicio Social esta cancelado. Comunicate con COESI para solucionar tu problema.'
'Este Servicio Social fue cancelado. Comunicate con COESI para solucionar tu problema.'
);
}
})