From 8d26bbb41e803be87b13f241e8e54125ebdf23e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20L=C3=A9cluse?= <laurent.lecluse@unicaen.fr> Date: Tue, 15 Jun 2021 08:46:14 +0000 Subject: [PATCH] ADRESSE_NUMERO_COMPL devient personnalisable --- admin/src/DataGen.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/admin/src/DataGen.php b/admin/src/DataGen.php index 709586f559..fe5b9056ed 100644 --- a/admin/src/DataGen.php +++ b/admin/src/DataGen.php @@ -46,11 +46,6 @@ class DataGen /* Nomenclatures fixes et jamais paramétrables */ - [ - 'table' => 'ADRESSE_NUMERO_COMPL', - 'context' => ['install'], - 'key' => ['CODE'], - ], [ 'table' => 'CIVILITE', 'context' => ['install', 'update'], @@ -182,6 +177,11 @@ class DataGen /* Tables avec paramétrages pré-configurés (certaines colonnes + nouveaux enregistrements) */ + [ + 'table' => 'ADRESSE_NUMERO_COMPL', + 'context' => ['install'], + 'key' => ['CODE'], + ], [ 'table' => 'IMPORT_TABLES', 'context' => ['install', 'update'], -- GitLab