fixed comparison typo

This commit is contained in:
Daniel Schick 2024-11-13 08:07:22 +01:00
parent d4e273279b
commit 1e9835cded

View File

@ -96,7 +96,7 @@ namespace BreCalClient
{
message = "";
if ((this.datePickerETA.Value != this.Times.EtaBerth) || (this.datePickerETA_End.Value != this.Times.EtaBerth)) // something has changed
if ((this.datePickerETA.Value != this.Times.EtaBerth) || (this.datePickerETA_End.Value != this.Times.EtaIntervalEnd)) // something has changed
{
if (datePickerETA.Value.IsTooOld() || datePickerETA_End.Value.IsTooOld())
{