浏览代码

MMI module Number

Mathieu Moulin 2 年之前
父节点
当前提交
6595f793c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/modules/modMMIProject.class.php

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

@@ -45,7 +45,7 @@ class modMMIProject 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 = 500010; // TODO Go on page https://wiki.dolibarr.org/index.php/List_of_modules_id to reserve an id number for your module
+		$this->numero = 437813; // 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 = 'mmiproject';