a
This commit is contained in:
parent
c8c138e733
commit
5495aa7e4c
|
|
@ -44,15 +44,14 @@ class ControleurAjaxstatutacte extends Controleur {
|
|||
|
||||
$statut = $this->garantie->getstatutacte($idBeneficiaire, $codeActe, $codeGarantie);
|
||||
|
||||
/*
|
||||
var_dump(
|
||||
array(
|
||||
"idBeneficiaireControleur" => $idBeneficiaire,
|
||||
"idBeneficiaire_sessionControleur" => $_SESSION['p_idBeneficiaire_C'],
|
||||
)
|
||||
);
|
||||
*/
|
||||
|
||||
exit();
|
||||
|
||||
if($statut!="1"){
|
||||
$motif = $this->garantie->getlibellemotifdepassement($statut);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user