Remove old shipcalls if time filter ETA FROM is cleared again

This commit is contained in:
Daniel Schick 2024-04-12 09:44:56 +02:00
parent 16e244e757
commit 1cf2f3b8de

View File

@ -590,6 +590,8 @@ namespace BreCalClient
else
{
searchPastDays = 0;
if (sfm.EtaFrom == null)
sfm.EtaFrom = DateTime.Now.AddDays(-2);
}
this._visibleControlModels.Clear();