This commit is contained in:
KONE SOREL 2026-02-28 10:30:15 +00:00
parent e5e49b29f5
commit 1458987648

View File

@ -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()