This commit is contained in:
@@ -338,8 +338,11 @@ namespace AyaNova.Biz
|
||||
}
|
||||
if (!userIsSelfScheduledOnThisItem) removeItems.Add(wi);
|
||||
}
|
||||
foreach (var removeitem in removeItems)
|
||||
foreach (var removeitem in removeItems)
|
||||
{
|
||||
ret.Items.Remove(removeitem);
|
||||
ret.IsCompleteRecord = false;
|
||||
}
|
||||
}
|
||||
|
||||
if (populateDisplayFields)
|
||||
|
||||
Reference in New Issue
Block a user