Clean code for order of modules

This commit is contained in:
Laurent Destailleur
2019-10-17 19:21:30 +02:00
parent 87ec1de78e
commit de396dc9b3
5 changed files with 31 additions and 16 deletions

View File

@@ -45,7 +45,7 @@ class modDocumentGeneration extends DolibarrModules
$this->numero = 1520;
$this->family = "technic";
$this->module_position = '80';
$this->module_position = '78';
// 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 = "Direct mail document generation";