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