fix wrong event percentage

This commit is contained in:
Sekan, Tobias 2020-08-21 08:33:19 +02:00
parent ba98db934d
commit bb1452917b

View File

@ -1065,6 +1065,7 @@ if (count($listofextcals))
if(!empty($userId))
{
$event->userassigned[$userId] = $userId;
$event->percentage = -1;
}
else
{