From 017697b71bf84680a38ea3ea6d45aeb876326f25 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 21 Apr 2026 03:26:07 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxstatutacte.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Controleur/ControleurAjaxstatutacte.php b/Controleur/ControleurAjaxstatutacte.php index 150536d..5334015 100755 --- a/Controleur/ControleurAjaxstatutacte.php +++ b/Controleur/ControleurAjaxstatutacte.php @@ -30,6 +30,7 @@ class ControleurAjaxstatutacte extends Controleur { $statut = "99"; $motif = $this->garantie->getlibellemotifdepassement($statut); + $this->genererVueAjax(array( 'statut' => $statut, 'motif' => $motif,