From 589794b7a28886f74689e9b55771c825d88695f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20L=C3=A9cluse?= <laurent.lecluse@unicaen.fr> Date: Tue, 25 Feb 2025 09:22:38 +0100 Subject: [PATCH] =?UTF-8?q?Arrondisseur=20d=C3=A9sactiv=C3=A9=20pour=20tou?= =?UTF-8?q?t=20le=20monde?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/ddl/table/INTERVENANT.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/ddl/table/INTERVENANT.php b/data/ddl/table/INTERVENANT.php index 5536133420..1c1f65db24 100644 --- a/data/ddl/table/INTERVENANT.php +++ b/data/ddl/table/INTERVENANT.php @@ -365,7 +365,7 @@ return [ 'scale' => NULL, 'precision' => NULL, 'nullable' => FALSE, - 'default' => '1', + 'default' => '0', 'position' => 65, 'commentaire' => '1 = arrondisseur en mode complet, 0 en mode minimal (juste sur les volumes horaires/services', ], -- GitLab