remove artefacts

This commit is contained in:
lmarcouiller 2022-08-05 16:22:03 +02:00
parent 5f32d17158
commit bfe28bfda3

View File

@ -952,7 +952,7 @@ if ($type == Categorie::TYPE_ACCOUNT) {
}
// List of Project
if ($type == Categorie::TYPE_PROJECT ) {
if ($type == Categorie::TYPE_PROJECT) {
require_once DOL_DOCUMENT_ROOT.'/projet/class/project.class.php';
$permission = $user->rights->projet->creer;