2
0
forked from Wavyzz/dolibarr

Update box_funnel_of_prospection.php (#25426)

This commit is contained in:
UT from dolibit
2023-07-23 23:07:40 +02:00
committed by GitHub
parent ed80b052c4
commit 5f4cd74ff0

View File

@@ -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';