From a585584efac259dbf48fe39c6499d8fd214f50d5 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 16 Mar 2006 20:00:07 +0000 Subject: [PATCH] =?UTF-8?q?d=E9but=20de=20l'ajout=20du=20module=20"avoir"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/modAvoir.class.php | 2 +- htdocs/langs/en_US/admin.lang | 2 ++ htdocs/langs/fr_FR/admin.lang | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modAvoir.class.php b/htdocs/includes/modules/modAvoir.class.php index 2f3cb49ed22..7a7ca9cfade 100644 --- a/htdocs/includes/modules/modAvoir.class.php +++ b/htdocs/includes/modules/modAvoir.class.php @@ -51,7 +51,7 @@ class modAvoir extends DolibarrModules { $this->db = $DB ; $this->id = 'avoir'; // Same value xxx than in file modXxx.class.php file - $this->numero = 30 ; + $this->numero = 35 ; $this->family = "financial"; $this->name = "Avoir"; diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang index 4fd01fa561f..cc3911376d1 100644 --- a/htdocs/langs/en_US/admin.lang +++ b/htdocs/langs/en_US/admin.lang @@ -79,6 +79,8 @@ Module25Name=Customer Orders Module25Desc=Customer orders' management Module30Name=Invoices Module30Desc=Invoices' management for customers or suppliers +Module35Name=Discounts +Module35Desc=Discounts' management for customers Module40Name=Suppliers Module40Desc=Suppliers' management Module42Name=Syslog diff --git a/htdocs/langs/fr_FR/admin.lang b/htdocs/langs/fr_FR/admin.lang index 8df16dc6109..412b2dcee7c 100644 --- a/htdocs/langs/fr_FR/admin.lang +++ b/htdocs/langs/fr_FR/admin.lang @@ -79,6 +79,8 @@ Module25Name=Commandes clients Module25Desc=Gestion des commandes clients Module30Name=Factures Module30Desc=Gestion des factures clients ou fournisseurs +Module35Name=Avoirs +Module35Desc=Gestion des avoirs clients Module40Name=Fournisseurs Module40Desc=Gestion des fournisseurs Module42Name=Syslog