a
This commit is contained in:
parent
fbe59efdb5
commit
0837299f5b
|
|
@ -18,9 +18,8 @@ class ControleurBaremepriseenchargelettreclecons extends Controleur
|
||||||
public function index()
|
public function index()
|
||||||
{
|
{
|
||||||
$idBaremePriseEnCharge = $_SESSION['idBaremePriseEnCharge'];
|
$idBaremePriseEnCharge = $_SESSION['idBaremePriseEnCharge'];
|
||||||
$idCollegeTemp = $_SESSION['idCollegeTemp'];
|
|
||||||
|
|
||||||
$actes = $this->garantie->getLettreclesGarantieBaremeTemp($idBaremePriseEnCharge, $idCollegeTemp);
|
$actes = $this->garantie->getLettreclesGarantieBaremeCollege($idBaremePriseEnCharge);
|
||||||
|
|
||||||
$this->genererVue(array(
|
$this->genererVue(array(
|
||||||
'actes' => $actes,
|
'actes' => $actes,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user