a
This commit is contained in:
@@ -5729,7 +5729,17 @@ function prescription_medicament()
|
||||
actVisible=$("#actVisible").val();
|
||||
modeSaisieFacture=$("#modeSaisieFacture").val();
|
||||
saisirFactureDecompte=$("#saisirFactureDecompte").val();
|
||||
modeSaisieFeuille=$("#modeSaisieFeuille").val();
|
||||
|
||||
if (modeSaisieFeuille=="1")
|
||||
{
|
||||
v_msg="Non autorisé!";
|
||||
v_msgEng="Not allowed!";
|
||||
alert_ebene(v_msg, v_msgEng);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
// if (actVisible!="1" && modeSaisieFacture!="1")
|
||||
if (actVisible!="1")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user