This commit is contained in:
KONE SOREL 2026-03-27 11:44:39 +00:00
parent 8487e2c320
commit adf57467a7

View File

@ -18,6 +18,6 @@ class ControleurAjaxrequeteenteteresumesinistres extends Controleur {
$sppoliceentete = $this->sppolice->getRapportSpPoliceEntete($idPolice, $dj);
$this->genererVue(array('sppoliceentete' => $sppoliceentete));
$this->genererVueAjax(array('sppoliceentete' => $sppoliceentete));
}
}