diff --git a/Controleur/ControleurListeactes.php b/Controleur/ControleurListeactes.php index bbadc249..e7f377ea 100755 --- a/Controleur/ControleurListeactes.php +++ b/Controleur/ControleurListeactes.php @@ -20,9 +20,9 @@ class ControleurListeactes extends Controleur public function index() { - $familleacte = $this->familleacte->getListeComposanteTarif($codeTarifActe); + $familleacte = $this->familleacte->getListeComposanteTarif(); $chemin = $this->menuvue->getChemin('Listeactes'); - $this->genererVue(array('tarifs' => $tarifs, 'familleacte' => $familleacte ,'chemin' => $chemin)); + $this->genererVue(array('tarifs' => $tarifs, 'familleacte' => $familleacte)); } } \ No newline at end of file