Fix: Modul-Numero auf 500038 korrigiert — Kollision mit Eplan (500037) behoben [deploy]
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:
Eduard Wisch 2026-05-10 16:26:13 +02:00
parent d889fb25a5
commit f3b70788d2

View file

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