From 561569e15a76d5604d04f5111c200379dadcd8d6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 26 Jun 2004 17:39:13 +0000 Subject: [PATCH] New: Rangement des modules dans une famille (CRM, Finance, Produit, ...) --- htdocs/includes/modules/modDon.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modDon.class.php b/htdocs/includes/modules/modDon.class.php index c50878c258b..377d0d1575d 100644 --- a/htdocs/includes/modules/modDon.class.php +++ b/htdocs/includes/modules/modDon.class.php @@ -34,7 +34,7 @@ class modDon extends DolibarrModules $this->db = $DB ; $this->numero = 700 ; - $this->family = "finance"; + $this->family = "financial"; $this->name = "Don"; $this->description = "Gestion des dons (expérimental)"; $this->const_name = "MAIN_MODULE_DON";