diff --git a/htdocs/comm/fiche.php b/htdocs/comm/fiche.php index 56ccaf6f095..71ebd674712 100644 --- a/htdocs/comm/fiche.php +++ b/htdocs/comm/fiche.php @@ -285,9 +285,15 @@ if ($socid > 0) { { print '-'; } - - print 'Créer un projet'; - print '-'; + if ($user->rights->projet->creer) + { + print 'Créer un projet'; + } + else + { + print '-'; + } + print '-'; print '
'; /*