Increasing the scope of the variable

This commit is contained in:
NASDAMI Quatadah 2022-06-13 16:17:18 +02:00
parent 7ff9c86817
commit 9cfa7a719c

View File

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