a
This commit is contained in:
parent
79910626e0
commit
5fbf2209ec
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user