diff --git a/Js/fonctions.js b/Js/fonctions.js
index 126c8a0..befb2dc 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -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é!";
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 0e611b6..241bdc7 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -885,7 +885,7 @@
-
+