a
This commit is contained in:
parent
0f66f91e0d
commit
f3865da3cd
|
|
@ -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'] = "";
|
||||||
|
|
|
||||||
|
|
@ -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 -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user