Better position for modules
This commit is contained in:
parent
da284cda8c
commit
82f57b2ccf
@ -44,9 +44,11 @@ class modExport extends DolibarrModules
|
|||||||
$this->numero = 240;
|
$this->numero = 240;
|
||||||
|
|
||||||
$this->family = "technic";
|
$this->family = "technic";
|
||||||
|
$this->module_position = 520;
|
||||||
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
|
// 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));
|
$this->name = preg_replace('/^mod/i','',get_class($this));
|
||||||
$this->description = "Outils d'exports de donnees Dolibarr (via un assistant)";
|
$this->description = "Outils d'exports de donnees Dolibarr (via un assistant)";
|
||||||
|
// Possible values for version are: 'experimental' or 'dolibarr' or version
|
||||||
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
|
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
|
||||||
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
|
||||||
$this->special = 0;
|
$this->special = 0;
|
||||||
|
|||||||
@ -44,6 +44,7 @@ class modImport extends DolibarrModules
|
|||||||
$this->numero = 250;
|
$this->numero = 250;
|
||||||
|
|
||||||
$this->family = "technic";
|
$this->family = "technic";
|
||||||
|
$this->module_position = 510;
|
||||||
// Module label (no space allowed), used if translation string 'ModuleXXXName' not found (where XXX is value of numeric property 'numero' of module)
|
// 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));
|
$this->name = preg_replace('/^mod/i','',get_class($this));
|
||||||
$this->description = "Outils d'imports de donnees Dolibarr (via un assistant)";
|
$this->description = "Outils d'imports de donnees Dolibarr (via un assistant)";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user