diff --git a/Controleur/ControleurFraisfunerairesrh.php b/Controleur/ControleurFraisfunerairesrh.php index 0ec851f4..c81cb3d3 100644 --- a/Controleur/ControleurFraisfunerairesrh.php +++ b/Controleur/ControleurFraisfunerairesrh.php @@ -16,6 +16,8 @@ class ControleurFraisfunerairesrh extends Controleur { public function index() { $reponsedemande = $this->frais->getEtatFrais(); + + var_dump($reponsedemande); $this->genererVue(array( 'reponsedemande' => $reponsedemande