fix wrong event percentage
This commit is contained in:
parent
ba98db934d
commit
bb1452917b
@ -1065,6 +1065,7 @@ if (count($listofextcals))
|
||||
if(!empty($userId))
|
||||
{
|
||||
$event->userassigned[$userId] = $userId;
|
||||
$event->percentage = -1;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user