diff --git a/Controleur/ControleurAjaxsituationproformahospit.php b/Controleur/ControleurAjaxsituationproformahospit.php index d3b3874..0c35b5f 100755 --- a/Controleur/ControleurAjaxsituationproformahospit.php +++ b/Controleur/ControleurAjaxsituationproformahospit.php @@ -23,11 +23,11 @@ class ControleurAjaxsituationproformahospit extends Controleur { $this->garantie->getsourcebaremegarantienew($idBeneficiaire, $codeGarantie, $datePrestation); - echo "après getsourcebaremegarantienew"; - exit(); - $statut = $this->garantie->getstatutproformahospit($idBeneficiaire, $codeActe, $codeGarantie, $datePrestation); + echo "après getstatutproformahospit"; + exit(); + $this->genererVueAjax(array('statut' => $statut)); } } \ No newline at end of file