Move module trips into family "hr"
This commit is contained in:
parent
d1392f7a5f
commit
501b7209de
@ -44,7 +44,7 @@ class modDeplacement extends DolibarrModules
|
||||
$this->db = $db;
|
||||
$this->numero = 75 ;
|
||||
|
||||
$this->family = "financial";
|
||||
$this->family = "hr";
|
||||
// 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 notes de frais et deplacements"; // Si traduction Module75Desc non trouvee
|
||||
|
||||
Loading…
Reference in New Issue
Block a user