From f3b70788d266f37d504489b0c71b651f86a66d3a Mon Sep 17 00:00:00 2001 From: Eduard Wisch Date: Sun, 10 May 2026 16:26:13 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20Modul-Numero=20auf=20500038=20korrigiert?= =?UTF-8?q?=20=E2=80=94=20Kollision=20mit=20Eplan=20(500037)=20behoben=20[?= =?UTF-8?q?deploy]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- core/modules/modMahnung.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/modules/modMahnung.class.php b/core/modules/modMahnung.class.php index ea359fc..3557b8d 100644 --- a/core/modules/modMahnung.class.php +++ b/core/modules/modMahnung.class.php @@ -36,8 +36,9 @@ class modMahnung extends DolibarrModules $this->db = $db; // Eindeutige Modul-ID. 500034..500036 sind durch das Bericht-Modul belegt - // (numero=500033, dessen rights id-Range 500033..500036 abdeckt), daher 500037. - $this->numero = 500037; + // (numero=500033, dessen rights id-Range 500033..500036 abdeckt). + // 500037 ist durch Eplan belegt, daher 500038. + $this->numero = 500038; // Schluessel fuer Rechte und Menues $this->rights_class = 'mahnung';