From 5f4cd74ff0e1b97cb18b012a751f5aacf17407dc Mon Sep 17 00:00:00 2001 From: UT from dolibit <45215329+dolibit-ut@users.noreply.github.com> Date: Sun, 23 Jul 2023 23:07:40 +0200 Subject: [PATCH] Update box_funnel_of_prospection.php (#25426) --- htdocs/core/boxes/box_funnel_of_prospection.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/core/boxes/box_funnel_of_prospection.php b/htdocs/core/boxes/box_funnel_of_prospection.php index 1e24f26ef81..42a127b6e7d 100644 --- a/htdocs/core/boxes/box_funnel_of_prospection.php +++ b/htdocs/core/boxes/box_funnel_of_prospection.php @@ -27,14 +27,14 @@ include_once DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"; /** - * Class to manage the box to show last projet + * Class to manage the box to show funnel of prospections */ class box_funnel_of_prospection extends ModeleBoxes { - public $boxcode = "FunnelOfProspection"; - public $boximg = "object_projectpub"; + public $boxcode = "FunnelOfProspection"; + public $boximg = "object_projectpub"; public $boxlabel = "BoxTitleFunnelOfProspection"; - public $depends = array("projet"); + public $depends = array("projet"); public $version = 'development';