From f10bcc498a624f31ecf1940862a6dd70f04388a5 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sat, 25 Jul 2026 04:59:35 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxstatutacte.php | 8 ++++++++ Vue/Ajaxstatutacte/index.php | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/Controleur/ControleurAjaxstatutacte.php b/Controleur/ControleurAjaxstatutacte.php index 89eb76c..6d96c0d 100755 --- a/Controleur/ControleurAjaxstatutacte.php +++ b/Controleur/ControleurAjaxstatutacte.php @@ -43,6 +43,14 @@ class ControleurAjaxstatutacte extends Controleur { $idBeneficiaire = $_SESSION['p_idBeneficiaire_C']; + var_dump( + array( + "idBeneficiaire" => $idBeneficiaire, + "codeActe" => $codeActe, + "codeGarantie" => $codeGarantie, + ) + ); + $statut = $this->garantie->getstatutacte($idBeneficiaire, $codeActe, $codeGarantie); if($statut!="1"){ diff --git a/Vue/Ajaxstatutacte/index.php b/Vue/Ajaxstatutacte/index.php index 46b7a7c..ba3a093 100755 --- a/Vue/Ajaxstatutacte/index.php +++ b/Vue/Ajaxstatutacte/index.php @@ -5,6 +5,14 @@ if (est_anglophone()){ $libelleDerogation = $motif['libelleEng']; } + + vat_dump( + array( + "statut" => $statut, + ) + + ); + ?>