From d2ce1d6ebf996245c73672ccf825aa878485e6c7 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 29 Jun 2026 13:43:10 +0000 Subject: [PATCH] a --- Controleur/ControleurListeactes.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Controleur/ControleurListeactes.php b/Controleur/ControleurListeactes.php index e7f377ea..f080e0b3 100755 --- a/Controleur/ControleurListeactes.php +++ b/Controleur/ControleurListeactes.php @@ -1,20 +1,17 @@ menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Listeactes'); - $this->tarif = new Tarifsactes(); $this->familleacte = new Familleacte(); } @@ -23,6 +20,6 @@ class ControleurListeactes extends Controleur $familleacte = $this->familleacte->getListeComposanteTarif(); $chemin = $this->menuvue->getChemin('Listeactes'); - $this->genererVue(array('tarifs' => $tarifs, 'familleacte' => $familleacte)); + $this->genererVue(array('familleacte' => $familleacte)); } } \ No newline at end of file