This commit is contained in:
KANE LAZENI 2026-07-31 11:27:17 +00:00
parent 79910626e0
commit 5fbf2209ec
2 changed files with 4 additions and 2 deletions

View File

@ -18861,7 +18861,7 @@ function envoyer_prescription_medicament()
smsOrdonnance = $('#smsOrdonnance').val();
const numero = telRwanda(smsOrdonnance);
alert("numero => "+numero)
alert("numero => "+numero);
if (numero === null) {
v_msg="Revoir le No de téléphone!";
v_msgEng="Check the phone number!";
@ -18872,6 +18872,8 @@ function envoyer_prescription_medicament()
return;
}
alert("numero valide => "+numero);
/*
donnees = 'smsOrdonnance='+numero;

View File

@ -262,7 +262,7 @@
<script src="Js/datepicker-fr.js"></script>
<?php endif; ?>
<script src="Js/fonctions.js?ver=2026.07.31.00"></script>
<script src="Js/fonctions.js?ver=2026.07.31.01"></script>
<script src="Bootstrap/js/timer.jquery.js"></script>