a
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user