rechazar carta aceptación, termino e informe global
This commit is contained in:
@@ -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.'
|
||||
);
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user