Fix: Modul-Numero auf 500038 korrigiert — Kollision mit Eplan (500037) behoben [deploy]
All checks were successful
Deploy mahnung / deploy (push) Successful in 13s
All checks were successful
Deploy mahnung / deploy (push) Successful in 13s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
d889fb25a5
commit
f3b70788d2
1 changed files with 3 additions and 2 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue