diff --git a/Controleur/ControleurMouvementassure.php b/Controleur/ControleurMouvementassure.php index d31fc05..c0999e1 100644 --- a/Controleur/ControleurMouvementassure.php +++ b/Controleur/ControleurMouvementassure.php @@ -1,19 +1,25 @@ menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Mouvementassure'); - $this->reponseententeprealable = (new Reponseententeprealable())->getListe(); + $this->sensmouvement = (new Sensmouvement())->getListe(); + $this->oui_non = new Ouinon(); + } public function index() { - $this->genererVue(array('reponseententeprealable' => $this->reponseententeprealable)); + $mvt_valide = $this->oui_non->getListe(); + $this->genererVue(array('sensmouvement' => $this->sensmouvement, , 'mvt_valide' => $mvt_valide)); } } \ No newline at end of file