From e61da296686775a56c404ee582c501328d52566c Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Thu, 30 Apr 2026 10:19:50 +0000 Subject: [PATCH] der --- Controleur/ControleurAjaxfraisfuneraires.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Controleur/ControleurAjaxfraisfuneraires.php b/Controleur/ControleurAjaxfraisfuneraires.php index 2242005..aad2dfb 100644 --- a/Controleur/ControleurAjaxfraisfuneraires.php +++ b/Controleur/ControleurAjaxfraisfuneraires.php @@ -21,6 +21,8 @@ class ControleurAjaxfraisfuneraires extends Controleur { $demandes = $this->frais->getfraisfunerairePolice($idPolice, $debut, $fin, $valide); + var_dump($demandes); die(); + $this->genererVueAjax(array('demandes' => $demandes)); }