adding a line

This commit is contained in:
NASDAMI Quatadah 2022-06-14 10:50:25 +02:00
parent 564ea7a960
commit 9ea7f8a223

View File

@ -83,6 +83,7 @@ class box_project extends ModeleBoxes
$textHead = $langs->trans("OpenedProjects");
$this->info_box_head = array('text' => $textHead, 'limit'=> dol_strlen($textHead));
// list the summary of the orders
if ($user->rights->projet->lire) {
include_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';