This commit is contained in:
KANE LAZENI 2026-07-26 14:28:11 +00:00
parent 96a58a96e9
commit e88a0275c7
2 changed files with 4 additions and 4 deletions

View File

@ -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é!";

View File

@ -880,12 +880,12 @@
<script src="Js/datepicker-eng.js"></script>
<?php else: ?>
<script src="Js/datepicker-fr.js"></script>
<?php endif; ?>
<?php endif; ?>
<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.03"></script>
<script src="Js/fonctions.js?ver=2026.07.26.04"></script>
<script src="Bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>