From 5244c05abbee09cadf213e74bbfb1151028c389d Mon Sep 17 00:00:00 2001 From: atm-greg Date: Thu, 24 Sep 2020 15:30:29 +0200 Subject: [PATCH] reminders in the future can be displayed too --- htdocs/comm/action/card.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/card.php b/htdocs/comm/action/card.php index 5179b4c0ab1..6c9f7f55f08 100644 --- a/htdocs/comm/action/card.php +++ b/htdocs/comm/action/card.php @@ -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 '
';