rechazar carta aceptación, termino e informe global
This commit is contained in:
@@ -29,8 +29,9 @@ const registro = async (body) => {
|
||||
case 3:
|
||||
case 4:
|
||||
case 5:
|
||||
case 6:
|
||||
throw new Error('Este Servicio Social ya paso por el Registro.');
|
||||
case 6:
|
||||
throw new Error('Este Servicio Social ya finalizó.');
|
||||
case 7:
|
||||
case 8:
|
||||
case 9:
|
||||
@@ -38,7 +39,7 @@ const registro = async (body) => {
|
||||
'Este Servicio Social se encuentra rechazado. No se puede aceptar hasta que se corriga lo necesario.'
|
||||
);
|
||||
case 10:
|
||||
throw new Error('Este Servicio Social esta cancelado.');
|
||||
throw new Error('Este Servicio Social fue cancelado.');
|
||||
}
|
||||
})
|
||||
.then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user