This commit is contained in:
KANE LAZENI 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!";

View File

@ -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>

View File

@ -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() {