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 *