This commit is contained in:
2026-01-04 06:30:48 +00:00
parent 29a8489d5a
commit b873f58a7f
3 changed files with 5 additions and 4 deletions

View File

@@ -1715,8 +1715,9 @@ function creer_beneficiaires()
return;
}
etatadh=$("#codeEtatAdherent_C").val();
alert("etatadh = "+etatadh);
// etatadh=$("#codeEtatAdherent_C").val();
etatadh=$("#codeEtatAdherent").val();
alert("etatadh = "+etatadh);
if (etatadh != "V" && etatadh != "W")
{
v_msg="Attention! cette famille n\'est pas en vigueur!";