diff --git a/Controleur/ControleurFraisfunerairesrh.php b/Controleur/ControleurFraisfunerairesrh.php index c81cb3d3..448ae432 100644 --- a/Controleur/ControleurFraisfunerairesrh.php +++ b/Controleur/ControleurFraisfunerairesrh.php @@ -17,8 +17,6 @@ class ControleurFraisfunerairesrh extends Controleur { public function index() { $reponsedemande = $this->frais->getEtatFrais(); - var_dump($reponsedemande); - $this->genererVue(array( 'reponsedemande' => $reponsedemande )); diff --git a/Vue/Fraisfunerairesrh/index.php b/Vue/Fraisfunerairesrh/index.php index 80c03ab3..0a099caf 100644 --- a/Vue/Fraisfunerairesrh/index.php +++ b/Vue/Fraisfunerairesrh/index.php @@ -17,7 +17,7 @@