reminders in the future can be displayed too

This commit is contained in:
atm-greg 2020-09-24 15:30:29 +02:00
parent 6aad3b47f5
commit 5244c05abb

View File

@ -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>';