a
This commit is contained in:
@@ -1638,11 +1638,8 @@ function afficher_beneficiaire_id()
|
||||
|
||||
function creer_beneficiaires()
|
||||
{
|
||||
alert("creer_beneficiaires");
|
||||
return;
|
||||
|
||||
etat=$("#codeEtatPolice_C").val();
|
||||
|
||||
|
||||
if (etat=="RE")
|
||||
{
|
||||
v_msg="Attention! Police résiliée!";
|
||||
@@ -1671,8 +1668,8 @@ function creer_beneficiaires()
|
||||
}
|
||||
|
||||
// etatadh=$("#codeEtatAdherent_C").val();
|
||||
etatadh=$("#codeEtatAdherent").val();
|
||||
if (etatadh != "V" && etatadh != "W")
|
||||
etatadh=$("#codeEtatAdherent").val();
|
||||
if (etatadh != "V" && etatadh != "W")
|
||||
{
|
||||
v_msg="Attention! cette famille n\'est pas en vigueur!";
|
||||
v_msgEng="Warning! this family is not in force!";
|
||||
|
||||
Reference in New Issue
Block a user