This commit is contained in:
KANE LAZENI 2025-12-19 16:54:30 +00:00
parent 20813a02a5
commit ce5ef55bd5
2 changed files with 3 additions and 1 deletions

View File

@ -423,7 +423,7 @@
<div class="form-section">
<div class="form-label"><?= _("Période du") ?></div>
<div class="date-input-group">
<input style='text-align:center; font-size:10pt;' class="form-control datepicker" type="text" id="d1" name="d1" value="<?= dateLang($_SESSION['dUneSemaineAvant_C'], $_SESSION['lang']) ?>" required autocomplete="off" placeholder="Date début">
<input style='text-align:center; font-size:10pt;' class="form-control datepicker" type="text" id="d1" name="d1" value="<?= dateLang($_SESSION['dateEffetAdherent_C'], $_SESSION['lang']) ?>" required autocomplete="off" placeholder="Date début">
<span class="date-separator" style="font-weight:bold; font-size:10pt;"><?= _("au") ?></span>
<input style='text-align:center; font-size:10pt;' class="form-control datepicker" type="text" id="d2" name="d2" value="<?= dateCouranteLang($_SESSION['lang']) ?>" required autocomplete="off" placeholder="Date fin">
</div>

View File

@ -302,9 +302,11 @@
(
array
(
/*
"dossierLogo" => $_SESSION['dossierLogo'],
"dossierAssure" => $_SESSION['dossierAssure'],
"lienLogo" => $_SESSION['lienLogo'],
*/
"dateEffetAdherent_C" => $_SESSION['dateEffetAdherent_C'],
)