We now have a range of registered ids

This commit is contained in:
Chl 2019-08-03 23:47:36 +02:00
parent a998a1b84b
commit d9af3e8b5f
1 changed files with 2 additions and 2 deletions

View File

@ -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.