Skip to content

Commit

Permalink
Ajout de plusieurs pieds de page du document eSignature pour une dema…
Browse files Browse the repository at this point in the history
…nde de convention de télétravail (date + Nom + Prénom)
  • Loading branch information
pacomte-Paris1 committed May 14, 2024
1 parent b82f7f7 commit 74abcaa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions html/gestion_teletravail.php
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,11 @@
$formsdata["ActivitesTelletravaillables"] = $tabinfos["infosconvention"]["activiteteletravail"];
$formsdata["PeriodeExclusion"] = $tabinfos["infosconvention"]["periodeexclusion"];
$formsdata["PeriodeAdaptation"] = $tabinfos["infosconvention"]["periodeadaptation"];
// $formsdata["PiedPage1"] = date("d/m/Y") . "-" . strtoupper($tabinfos["agent"]["name"] . " " . $tabinfos["agent"]["firstname"]);
for ($index=0 ; $index<6 ; $index++)
{
$formsdata["PiedPage" . ($index+1)] = date("d/m/Y") . "-" . strtoupper($tabinfos["agent"]["name"] . " " . $tabinfos["agent"]["firstname"]);
}

//echo "formsdata = <br>"; var_dump($formsdata);

Expand Down

0 comments on commit 74abcaa

Please sign in to comment.