Update index.php

This commit is contained in:
Laurent Destailleur 2020-02-18 23:59:53 +01:00 committed by GitHub
parent 0be98a4b1b
commit 973539db39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,8 +165,8 @@ if (!empty($conf->global->MAIN_SEARCH_FORM_ON_HOME_AREAS)) // This is useles
include DOL_DOCUMENT_ROOT.'/projet/graph_opportunities.inc.php';
// List of validated projects
print_projecttasks_array($db, $form, $socid, $projectsListId, 0, 1, $listofoppstatus, array('plannedworkload', 'declaredprogress'));
// List of draft projects
print_projecttasks_array($db, $form, $socid, $projectsListId, 0, 0, $listofoppstatus, array('projectlabel', 'plannedworkload', 'declaredprogress'));
print '</div><div class="fichetwothirdright"><div class="ficheaddleft">';