Merge pull request #5266 from atm-maxime/fix_project_time_spent_access

Fix access to project task time spent creation #5249
This commit is contained in:
Laurent Destailleur 2016-06-04 00:13:32 +02:00
commit b47db3e9e1

View File

@ -359,7 +359,7 @@ if ($id > 0 || ! empty($ref))
/* /*
* Form to add time spent * Form to add time spent
*/ */
if ($user->rights->projet->creer) if ($user->rights->projet->lire)
{ {
print '<br>'; print '<br>';