diff --git a/core/modules/modMahnung.class.php b/core/modules/modMahnung.class.php index ea359fc..3557b8d 100644 --- a/core/modules/modMahnung.class.php +++ b/core/modules/modMahnung.class.php @@ -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';