From 501b7209de7cf4483845164cde29947072aefdb5 Mon Sep 17 00:00:00 2001 From: aspangaro Date: Thu, 1 May 2014 04:57:49 +0200 Subject: [PATCH] Move module trips into family "hr" --- htdocs/core/modules/modDeplacement.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/modules/modDeplacement.class.php b/htdocs/core/modules/modDeplacement.class.php index a1e9a655c6e..47000d87f02 100644 --- a/htdocs/core/modules/modDeplacement.class.php +++ b/htdocs/core/modules/modDeplacement.class.php @@ -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