diff --git a/Controleur/ControleurAjaxremplaceradherent.php b/Controleur/ControleurAjaxremplaceradherent.php index dbb29a2..96c715c 100644 --- a/Controleur/ControleurAjaxremplaceradherent.php +++ b/Controleur/ControleurAjaxremplaceradherent.php @@ -47,6 +47,7 @@ class ControleurAjaxremplaceradherent extends Controleur $this->adherent->initremplacementadherent($idPolice, $idAdherent, $dateSortie , $dateRemplacement, $user, $motifavenant, $fraisCarte); + /* $remplacementadherent_temp = $this->adherent->getremplacementadherent_temp(); $spadherent = $this->adherent->getRapportSpAdherent($idAdherent, $dateSortie); @@ -61,6 +62,7 @@ class ControleurAjaxremplaceradherent extends Controleur 'adherentremplacanttemp' => $adherentremplacanttemp, 'naturepiece' => $this->naturepiece, 'sexe' => $this->sexe, 'pays' => $this->pays, 'situationfamille' => $this->situationfamille, 'groupesanguin' => $this->groupesanguin, 'remplacementadherent_temp' => $remplacementadherent_temp, 'garantieadherents' => $garantieadherents)); + */ } public function enregistrerremplacementadherent()