From 05d20d2b72b92b2e2ebcc78e9c45ab9c12503b14 Mon Sep 17 00:00:00 2001 From: Eduard Wisch Date: Wed, 8 Apr 2026 15:38:07 +0200 Subject: [PATCH] fix: numero auf 500033 (500021 kollidierte mit BankImport rights_def) Co-Authored-By: Claude Opus 4.6 (1M context) [deploy] --- core/modules/modBericht.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/modBericht.class.php b/core/modules/modBericht.class.php index 2444037..b08ce23 100644 --- a/core/modules/modBericht.class.php +++ b/core/modules/modBericht.class.php @@ -17,7 +17,7 @@ class modBericht extends DolibarrModules global $conf, $langs; $this->db = $db; - $this->numero = 500021; // Frei wählbare Modul-ID (siehe wiki.dolibarr.org/index.php/List_of_modules_id) + $this->numero = 500033; // Frei (500021 kollidiert mit BankImport, siehe llx_rights_def) $this->rights_class = 'bericht'; $this->family = "other"; $this->module_position = '90';