diff --git a/Controleur/ControleurAjaxsituationproformahospit.php b/Controleur/ControleurAjaxsituationproformahospit.php index 0c35b5f..c9b3121 100755 --- a/Controleur/ControleurAjaxsituationproformahospit.php +++ b/Controleur/ControleurAjaxsituationproformahospit.php @@ -23,6 +23,9 @@ 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";