From 7c54ca5ab124a9c14ddd4cac19fb32395f1f4fbe Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 29 Jun 2026 13:42:36 +0000 Subject: [PATCH] a --- Controleur/ControleurListeactes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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