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

Fix: Action shown late when not

parent aa6394de
Branches
Tags
No related merge requests found
...@@ -260,7 +260,7 @@ $var=true; ...@@ -260,7 +260,7 @@ $var=true;
// //
// Nbre actions faire (en retard) // Nbre actions faire (en retard)
if ($conf->agenda->enabled && $user->rights->agenda->myactions->read) if ($conf->agenda->enabled)
{ {
include_once(DOL_DOCUMENT_ROOT."/actioncomm.class.php"); include_once(DOL_DOCUMENT_ROOT."/actioncomm.class.php");
$board=new ActionComm($db); $board=new ActionComm($db);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment