|
@@ -53,6 +53,7 @@ class modApi extends DolibarrModules
|
|
|
// Family can be 'crm','financial','hr','projects','products','ecm','technic','other'
|
|
|
// It is used to group modules in module setup page
|
|
|
$this->family = "interface";
|
|
|
+ $this->module_position = '24';
|
|
|
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
|
|
|
$this->name = preg_replace('/^mod/i', '', get_class($this));
|
|
|
// Module description, used if translation string 'ModuleXXXDesc' not found (where XXX is value of numeric property 'numero' of module)
|