a
This commit is contained in:
parent
1bd77e8e68
commit
4b84641a3f
|
|
@ -42,6 +42,9 @@ class ControleurCreerbeneficiaire extends Controleur {
|
|||
|
||||
public function index()
|
||||
{
|
||||
echo "ControleurCreerbeneficiaire";
|
||||
exit();
|
||||
|
||||
$codeTypeContrat = $_SESSION['codeTypeContrat'];
|
||||
|
||||
if($codeTypeContrat=="F")
|
||||
|
|
@ -65,8 +68,6 @@ class ControleurCreerbeneficiaire extends Controleur {
|
|||
|
||||
// $codeSociete = $this->requete->getSession()->getAttribut('codeSociete');
|
||||
|
||||
echo "getAdherentId";
|
||||
exit();
|
||||
|
||||
$adherent = $this->adherent->getAdherentId($idAdherent);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user