From f0fe6ecaf171c6f6feb3bf163f3dda7a0b217228 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Thu, 9 Jul 2026 11:51:34 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxsituationproformahospit.php | 3 +++ 1 file changed, 3 insertions(+) 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";