diff --git a/core/modules/modAddDescToServiceList.class.php b/core/modules/modAddDescToServiceList.class.php index 85c7f6e..bbcc902 100644 --- a/core/modules/modAddDescToServiceList.class.php +++ b/core/modules/modAddDescToServiceList.class.php @@ -49,7 +49,7 @@ class modAddDescToServiceList 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 = 500424; // TODO Go on page https://wiki.dolibarr.org/index.php/List_of_modules_id to reserve id number for your module + $this->numero = 468100; // TODO Go on page https://wiki.dolibarr.org/index.php/List_of_modules_id to reserve id number for your module // Key text used to identify module (for permissions, menus, etc...) $this->rights_class = 'adddesctoservicelist'; @@ -72,7 +72,7 @@ class modAddDescToServiceList extends DolibarrModules $this->editor_url = 'https://www.franciliens.net'; // Possible values for version are: 'development', 'experimental', 'dolibarr', 'dolibarr_deprecated' or a version string like 'x.y.z' - $this->version = '0.1'; + $this->version = '0.2'; // Key used in llx_const table to save module status enabled/disabled (where MYMODULE is value of property name of module in uppercase) $this->const_name = 'MAIN_MODULE_'.strtoupper($this->name); // Name of image file used for this module.