Fix position of modules

This commit is contained in:
Laurent Destailleur
2020-05-02 00:41:27 +02:00
parent c2c0e6517f
commit 62a2469c71
8 changed files with 11 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ class modCommande extends DolibarrModules
$this->numero = 25;
$this->family = "crm";
$this->module_position = '23';
$this->module_position = '11';
// 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->description = "Gestion des commandes clients";