Skip to content
Snippets Groups Projects
Commit 17ceca37 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: no create button on list

parent cb24f2b3
No related branches found
No related tags found
No related merge requests found
......@@ -234,18 +234,6 @@ print "</table>";
print '</form>';
print '</div>';
/*
* Actions
*/
if ($user->rights->projet->creer)
{
print '<div class="tabsAction">';
print '<a class="butAction" href="'.DOL_URL_ROOT.'/projet/tasks.php?action=create">'.$langs->trans('AddTask').'</a>';
print '</div>';
}
llxFooter();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment