diff --git a/Js/fonctions.js b/Js/fonctions.js
index e766665..c65b2f0 100644
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -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;
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index a4390ba..f290beb 100644
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -262,7 +262,7 @@
-
+