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 e38a12ee50
commit f1e392591e

View File

@ -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();