fixed comparison typo

This commit is contained in:
Daniel Schick 2024-11-13 08:07:22 +01:00
parent 3775d6775c
commit 25013b4edc

View File

@ -104,7 +104,7 @@ namespace BreCalClient
{ {
message = ""; 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()) if (datePickerETA.Value.IsTooOld() || datePickerETA_End.Value.IsTooOld())
{ {