a
This commit is contained in:
parent
406526df61
commit
696f96d7fb
|
|
@ -6291,7 +6291,15 @@ async function valider_opticien() {
|
|||
return;
|
||||
}
|
||||
|
||||
if (codeReponseEntentePrealable != "1") {
|
||||
if (codeReponseEntentePrealable == "9") {
|
||||
alert_ebene(
|
||||
"Vous ne pouvez pas facturer. Accord refuisé!",
|
||||
"You cannot bill. Agreement refused!"
|
||||
);
|
||||
return;
|
||||
}
|
||||
|
||||
if (codeReponseEntentePrealable != "1") {
|
||||
alert_ebene(
|
||||
"Vous ne pouvez pas facturer! Veuillez attendre l'accord de l'assureur.",
|
||||
"You cannot charge! Please wait for the agreement of the insurer."
|
||||
|
|
|
|||
|
|
@ -885,7 +885,7 @@
|
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.css" crossorigin="anonymous">
|
||||
<script src="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.js" crossorigin="anonymous"></script>
|
||||
|
||||
<script src="Js/fonctions.js?ver=2026.07.27.06"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.07.27.07"></script>
|
||||
<script src="Bootstrap/js/bootstrap.min.js"></script>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user