From 4ea042213ec1e4850a2b60ee799f3771ad946708 Mon Sep 17 00:00:00 2001 From: VESSILLER Date: Wed, 11 Dec 2019 10:59:19 +0100 Subject: [PATCH] NEW show project label in project index --- htdocs/projet/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/index.php b/htdocs/projet/index.php index a2d501d0453..25c7029f8d5 100644 --- a/htdocs/projet/index.php +++ b/htdocs/projet/index.php @@ -166,7 +166,7 @@ include DOL_DOCUMENT_ROOT.'/projet/graph_opportunities.inc.php'; // List of validated projects -print_projecttasks_array($db, $form, $socid, $projectsListId, 0, 1, $listofoppstatus, array('projectlabel', 'plannedworkload', 'declaredprogress')); +print_projecttasks_array($db, $form, $socid, $projectsListId, 0, 1, $listofoppstatus, array('plannedworkload', 'declaredprogress')); print '
';