fix: numero auf 500033 (500021 kollidierte mit BankImport rights_def)
All checks were successful
Deploy bericht / deploy (push) Successful in 1s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
[deploy]
This commit is contained in:
Eduard Wisch 2026-04-08 15:38:07 +02:00
parent fab63f6806
commit 05d20d2b72

View file

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