Fixing style errors.

This commit is contained in:
stickler-ci 2020-09-10 09:28:05 +00:00
parent b4942707bb
commit 0fc24366e1

View File

@ -86,7 +86,6 @@ class box_validated_projects extends ModeleBoxes
// list the summary of the orders
if ($user->rights->projet->lire) {
include_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
$projectstatic = new Project($this->db);
@ -179,8 +178,6 @@ class box_validated_projects extends ModeleBoxes
dol_print_error($this->db);
}
}
}
/**