This commit is contained in:
KANE LAZENI 2026-07-25 04:59:35 +00:00
parent 7141886d21
commit f10bcc498a
2 changed files with 16 additions and 0 deletions

View File

@ -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"){

View File

@ -5,6 +5,14 @@
if (est_anglophone()){
$libelleDerogation = $motif['libelleEng'];
}
vat_dump(
array(
"statut" => $statut,
)
);
?>
<INPUT class="sr-only" id="statut" name="statut" type="text" value="<?= $statut;?>">