include last minute for day filter
This commit is contained in:
parent
71a8b44532
commit
bb956d4792
@ -707,7 +707,7 @@ namespace BreCalClient
|
||||
_ = this._visibleControlModels.RemoveAll(x =>
|
||||
{
|
||||
Times? t = x.GetTimesForParticipantType(ParticipantType.AGENCY);
|
||||
DateTime refValue = sfm.EtaTo.Value.AddMinutes(1439); // 23:59
|
||||
DateTime refValue = sfm.EtaTo.Value.AddMinutes(1440); // including 23:59
|
||||
switch (x.Shipcall?.Type)
|
||||
{
|
||||
case ShipcallType.Arrival:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user