a
This commit is contained in:
parent
29a8489d5a
commit
b873f58a7f
|
|
@ -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!";
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
<FORM name = "formficheadehrent" id = "formficheadehrent" method="POST">
|
||||
<INPUT class="sr-only" TYPE="text" id="codeEtatFacturation" name="codeEtatFacturation" value="<?=$adherent['codeEtatFacturation']?>" >
|
||||
<INPUT class="sr-only" TYPE="text" id="numeroBeneficiaire" name="numeroBeneficiaire" value="<?=$adherent['numeroBeneficiaire']?>" >
|
||||
|
||||
<INPUT class="sr-only" TYPE="text" id="codeEtatAdherent" name="codeEtatAdherent" value="<?=$adherent['numeroBeneficiaire']?>" >
|
||||
|
||||
<legend><?= _("Informations sur l'adhérent") . " : " . $this->nettoyer($adherent['numeroAdherent'])?></legend>
|
||||
|
||||
|
|
|
|||
|
|
@ -608,7 +608,7 @@ $activeChildId = $menuData['child'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.04.02"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.04.03"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
setInterval(function() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user