This commit is contained in:
KANE LAZENI 2026-07-09 11:49:31 +00:00
parent 87f73a81b8
commit 0fa459c5e9

View File

@ -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));
}
}