This commit is contained in:
KANE LAZENI 2026-01-04 06:31:19 +00:00
parent b873f58a7f
commit 9f1cad2494

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']?>" >
<INPUT class="sr-only" TYPE="text" id="codeEtatAdherent" name="codeEtatAdherent" value="<?=$adherent['codeEtatAdherent']?>" >
<legend><?= _("Informations sur l'adhérent") . " : " . $this->nettoyer($adherent['numeroAdherent'])?></legend>