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';