fg
This commit is contained in:
parent
1650f0f129
commit
61953c7d59
|
|
@ -19,14 +19,12 @@ class ControleurTrancheage extends Controleur {
|
|||
|
||||
public function index()
|
||||
{
|
||||
$chemin = $this->menuvue->getChemin('Trancheage');
|
||||
|
||||
$entetestrancheage = $this->trancheage->geterentetestrancheage('');
|
||||
$garant = $this->trancheage->getListeGarant();
|
||||
//$garant = $this->trancheage->getListeGarant();
|
||||
|
||||
$_SESSION['successTrancheAge'] = '1';
|
||||
$_SESSION['messageTrancheAge'] = '';
|
||||
|
||||
$this->genererVue(array('entetestrancheage' => $entetestrancheage, 'garant' => $garant, 'chemin' => $chemin));
|
||||
$this->genererVue(array('entetestrancheage' => $entetestrancheage, 'garant' => $this->garant));
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user