reminders in the future can be displayed too
This commit is contained in:
parent
6aad3b47f5
commit
5244c05abb
@ -1669,7 +1669,7 @@ if ($id > 0)
|
||||
{
|
||||
$filtreuserid = $user->id;
|
||||
if ($user->rights->agenda->allactions->read) $filtreuserid = 0;
|
||||
$object->loadReminders('', $filteruserid);
|
||||
$object->loadReminders('', $filteruserid, false);
|
||||
|
||||
print '<hr>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user