From c861dcd794b2a6197f68237e0b68991f94c1fa62 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 7 Feb 2004 19:15:41 +0000 Subject: [PATCH] Correction erreur dans le nom de la boite prospect --- htdocs/includes/modules/modCommercial.class.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/htdocs/includes/modules/modCommercial.class.php b/htdocs/includes/modules/modCommercial.class.php index 1b8ef441c75..b135fcbddd5 100644 --- a/htdocs/includes/modules/modCommercial.class.php +++ b/htdocs/includes/modules/modCommercial.class.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2003-2004 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -46,8 +46,7 @@ class modCommercial extends DolibarrModules $this->boxes[0][0] = "Derniers clients"; $this->boxes[0][1] = "box_clients.php"; $this->boxes[1][0] = "Derniers prospects enregistrés"; - $this->boxes[1][1] = "box_propects.php"; - + $this->boxes[1][1] = "box_prospect.php"; } /** initialisation du module *