a
This commit is contained in:
parent
66d10c5fb5
commit
7c54ca5ab1
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user