a
This commit is contained in:
parent
29a8489d5a
commit
b873f58a7f
|
|
@ -1715,7 +1715,8 @@ function creer_beneficiaires()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
etatadh=$("#codeEtatAdherent_C").val();
|
// etatadh=$("#codeEtatAdherent_C").val();
|
||||||
|
etatadh=$("#codeEtatAdherent").val();
|
||||||
alert("etatadh = "+etatadh);
|
alert("etatadh = "+etatadh);
|
||||||
if (etatadh != "V" && etatadh != "W")
|
if (etatadh != "V" && etatadh != "W")
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
<FORM name = "formficheadehrent" id = "formficheadehrent" method="POST">
|
<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="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="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>
|
<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>
|
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||||
|
|
||||||
<!-- Application Scripts -->
|
<!-- 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">
|
<script type="text/javascript">
|
||||||
setInterval(function() {
|
setInterval(function() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user