ajout pictogramme graph dans info box head

This commit is contained in:
lmarcouiller 2020-12-10 15:50:18 +01:00
parent 0a2f656137
commit 716bb433e8

View File

@ -139,7 +139,7 @@ class box_funnel_of_prospection extends ModeleBoxes
$this->info_box_head = array( $this->info_box_head = array(
'text' => $langs->trans("Statistics") . ' - ' . $langs->trans("OpportunitiesStatusForOpenedProjects"), 'text' => $langs->trans("Statistics") . ' - ' . $langs->trans("OpportunitiesStatusForOpenedProjects"),
$max 'graph' => '1'
); );
if ($user->rights->projet->lire || !empty($conf->global->PROJECT_USE_OPPORTUNITIES)) { if ($user->rights->projet->lire || !empty($conf->global->PROJECT_USE_OPPORTUNITIES)) {