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,