fix: numero auf 500033 (500021 kollidierte mit BankImport rights_def)
All checks were successful
Deploy bericht / deploy (push) Successful in 1s
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:
parent
fab63f6806
commit
05d20d2b72
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class modBericht extends DolibarrModules
|
||||||
global $conf, $langs;
|
global $conf, $langs;
|
||||||
$this->db = $db;
|
$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->rights_class = 'bericht';
|
||||||
$this->family = "other";
|
$this->family = "other";
|
||||||
$this->module_position = '90';
|
$this->module_position = '90';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue