forked from DGNum/gestioCOF
Affichage des erreurs lors d'une annulation
This commit is contained in:
parent
97b54deb5d
commit
ddc81540c7
1 changed files with 3 additions and 0 deletions
|
@ -446,6 +446,9 @@ $(document).ready(function() {
|
||||||
cancelOperations(opes_array, password);
|
cancelOperations(opes_array, password);
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
case 400:
|
||||||
|
displayErrors(getErrorsHtml(data));
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue