Browse Source

Fix module number already used

Mathieu Moulin 1 year ago
parent
commit
99726e3202
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/modules/modMMIRedmine.class.php

+ 1 - 1
core/modules/modMMIRedmine.class.php

@@ -45,7 +45,7 @@ class modMMIRedmine extends DolibarrModules
 
 		// Id for module (must be unique).
 		// Use here a free id (See in Home -> System information -> Dolibarr for list of used modules id).
-		$this->numero = 437819; // TODO Go on page https://wiki.dolibarr.org/index.php/List_of_modules_id to reserve an id number for your module
+		$this->numero = 437820; // TODO Go on page https://wiki.dolibarr.org/index.php/List_of_modules_id to reserve an id number for your module
 
 		// Key text used to identify module (for permissions, menus, etc...)
 		$this->rights_class = 'mmiredmine';