This commit is contained in:
KANE LAZENI 2026-04-21 03:26:07 +00:00
parent 0429cede80
commit 017697b71b

View File

@ -30,6 +30,7 @@ class ControleurAjaxstatutacte extends Controleur {
$statut = "99";
$motif = $this->garantie->getlibellemotifdepassement($statut);
$this->genererVueAjax(array(
'statut' => $statut,
'motif' => $motif,