Remove old shipcalls if time filter ETA FROM is cleared again
This commit is contained in:
parent
16e244e757
commit
1cf2f3b8de
@ -590,6 +590,8 @@ namespace BreCalClient
|
||||
else
|
||||
{
|
||||
searchPastDays = 0;
|
||||
if (sfm.EtaFrom == null)
|
||||
sfm.EtaFrom = DateTime.Now.AddDays(-2);
|
||||
}
|
||||
|
||||
this._visibleControlModels.Clear();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user