This commit is contained in:
KANE LAZENI 2026-07-26 14:19:38 +00:00
parent f3c1641b83
commit 96a58a96e9
2 changed files with 2 additions and 2 deletions

View File

@ -5362,7 +5362,7 @@ async function facturer_feuillemaladie() {
alert("otpStatus => "+otpStatus);
let o_msg = "";
let o_msgEng = "";
otpStatus = Number(otpStatus);
switch (otpStatus) {
case 0:
o_msg = "Veuillez envoyer un code de vérification à l'assuré!";

View File

@ -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.26.02"></script>
<script src="Js/fonctions.js?ver=2026.07.26.03"></script>
<script src="Bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>