Merge branch 'ShowUserOnExternalCalenderEvents' of https://github.com/TobiasSekan/dolibarr into ShowUserOnExternalCalenderEvents

This commit is contained in:
Sekan, Tobias 2020-08-25 12:20:10 +02:00
commit a7895f3496

View File

@ -1067,8 +1067,7 @@ if (count($listofextcals))
$event->userassigned[$userId] = $userId;
$event->percentage = -1;
}
else
{
else {
$event->type_code = "ICALEVENT";
}