From e88a0275c73dc600be4649566e46ea26b08470b2 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 26 Jul 2026 14:28:11 +0000 Subject: [PATCH] a --- Js/fonctions.js | 4 ++-- Vue/gabarit.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index befb2dc..9f39ca5 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -5357,12 +5357,12 @@ async function facturer_feuillemaladie() { return; } - const otpStatus = $("#otpStatus").val(); + const otpStatus = Number($("#otpStatus").val()); // Gestion OTP facturation 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 241bdc7..f557adb 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -880,12 +880,12 @@ - mù + - +