This commit is contained in:
2026-03-28 18:22:00 +00:00
parent e1e5bb4cef
commit 309c8d5113
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ class ControleurRequetes extends Controleur
$sppoliceentete = $this->sppolice->getRapportSpPoliceEntete($idPolice, $dj);
$_SESSION['dateFinRequete'] = dateLang($dj, $_SESSION['lang']);
$_SESSION['dateFinRequete'] = dateLang(date("d/m/Y"), $_SESSION['lang']);
$this->genererVue(array(
'requetes' => $this->requetes,