From 40ab7c3ccedc1dab3b57d4215cc3f26289cf1c07 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Laurent=20L=C3=A9cluse?= <laurent.lecluse@unicaen.fr>
Date: Thu, 28 Apr 2022 10:25:30 +0200
Subject: [PATCH] =?UTF-8?q?Finalisation=20du=20script=20de=20migration=20d?=
 =?UTF-8?q?es=20param=C3=A8tres=20de=20plafonds?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 admin/actions/test.php          | 2 +-
 admin/migration/v18Plafonds.php | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/admin/actions/test.php b/admin/actions/test.php
index 13e1bac34e..5553395fcb 100644
--- a/admin/actions/test.php
+++ b/admin/actions/test.php
@@ -5,4 +5,4 @@ require_once dirname(__DIR__) . '/migration/v18Plafonds.php';
 $mm  = new MigrationManager($oa, new \BddAdmin\Ddl\Ddl(), []);
 $v18 = new v18Plafonds($mm);
 
-$v18->before();
\ No newline at end of file
+$v18->migrationParamsStatut();
\ No newline at end of file
diff --git a/admin/migration/v18Plafonds.php b/admin/migration/v18Plafonds.php
index d8886b86ad..2bfa9690a0 100644
--- a/admin/migration/v18Plafonds.php
+++ b/admin/migration/v18Plafonds.php
@@ -81,8 +81,8 @@ class v18Plafonds extends AbstractMigration
     protected function after()
     {
         $this->migrationParamsStructure();
-        //$this->migrationParamsReferentiel();
-        //$this->migrationParamsStatut();
+        $this->migrationParamsReferentiel();
+        $this->migrationParamsStatut();
     }
 
 
-- 
GitLab