From 07adb711e09e2f628ffef3329a698b0ab056bd1a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 8 Apr 2005 14:51:33 +0000 Subject: [PATCH] Changement de famille --- htdocs/includes/modules/modPrelevement.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modPrelevement.class.php b/htdocs/includes/modules/modPrelevement.class.php index 645e1a6f866..baf2389a423 100644 --- a/htdocs/includes/modules/modPrelevement.class.php +++ b/htdocs/includes/modules/modPrelevement.class.php @@ -52,7 +52,7 @@ class modPrelevement extends DolibarrModules $this->db = $DB ; $this->numero = 57 ; - $this->family = "technic"; + $this->family = "financial"; $this->name = "Prelevement"; $this->description = "Gestion des Prélèvements";