der
This commit is contained in:
parent
e5c979761d
commit
8b34d54b15
|
|
@ -34,8 +34,8 @@ class ControleurDetailbaremepriseencharge extends Controleur {
|
|||
$tmBareme = $this->garantie->getTmBaremeInitial($idBaremePriseEnCharge);
|
||||
|
||||
$maxDateEffetBareme = $this->garantie->getMaxDateEffetBaremeInitial($idBaremePriseEnCharge);
|
||||
//var_dump($maxDateEffetBareme);
|
||||
$chemin = $this->menuvue->getChemin('Detailbaremepriseencharge');
|
||||
|
||||
$nbdetail = $this->garantie->getNbreLigneBaremeInitial('detailbareme');
|
||||
|
||||
$this->genererVue(array(
|
||||
'bareme' => $bareme,
|
||||
|
|
@ -43,7 +43,7 @@ class ControleurDetailbaremepriseencharge extends Controleur {
|
|||
'actif' => $actif,
|
||||
'tmBareme' => $tmBareme,
|
||||
'maxDateEffetBareme' => $maxDateEffetBareme,
|
||||
'chemin' => $chemin
|
||||
'nbdetail' => $nbdetail
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user