From 0fa459c5e9e28a786661bee794eaa62d2f33bb7b Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 9 Jul 2026 11:49:31 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxsituationproformahospit.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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