This commit is contained in:
KANE LAZENI 2025-12-22 08:56:29 +00:00
parent 0f66f91e0d
commit f3865da3cd
2 changed files with 2 additions and 1 deletions

View File

@ -417,6 +417,7 @@ require_once 'Framework/Localisation.php';
$this->requete->getSession()->setAttribut("lienPhoto_C", ""); $this->requete->getSession()->setAttribut("lienPhoto_C", "");
$this->requete->getSession()->setAttribut("dateEffetBeneficiaire_C", ""); $this->requete->getSession()->setAttribut("dateEffetBeneficiaire_C", "");
$this->requete->getSession()->setAttribut("dateEffetAdherent_C", $utilisateur['dateEffetAdherent']); $this->requete->getSession()->setAttribut("dateEffetAdherent_C", $utilisateur['dateEffetAdherent']);
$this->requete->getSession()->setAttribut("dateEntreeAdherent_C", $utilisateur['dateEntree']);
$this->requete->getSession()->setAttribut("enVigueur_C", ""); $this->requete->getSession()->setAttribut("enVigueur_C", "");
$_SESSION['photoAssureCrypte'] = ""; $_SESSION['photoAssureCrypte'] = "";

View File

@ -33,7 +33,7 @@
<label class="form-label fw-bold"><?= _("Période du") ?></label> <label class="form-label fw-bold"><?= _("Période du") ?></label>
<input class="form-control form-control-sm datepicker" type="text" <input class="form-control form-control-sm datepicker" type="text"
id="d1" name="d1" id="d1" name="d1"
value="<?= dateLang($_SESSION['dateEffetAdherent_C'], $_SESSION['lang']) ?>" required> value="<?= dateLang($_SESSION['dateEntreeAdherent_C'], $_SESSION['lang']) ?>" required>
</div> </div>
<!-- Période au --> <!-- Période au -->