From 14589876482e60444a7e83083d56cbe88a7b54ae Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sat, 28 Feb 2026 10:30:15 +0000 Subject: [PATCH] df --- Controleur/ControleurAjaxremplaceradherent.php | 2 ++ 1 file changed, 2 insertions(+) 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()