From d7e558ff65de1ba26d63365719dcdbfcc7b43cc1 Mon Sep 17 00:00:00 2001 From: Kojo Date: Tue, 6 Jan 2026 15:39:03 +0100 Subject: [PATCH] =?UTF-8?q?AdditionalServiceBookingRO:=20F=C3=BCr=20Abwese?= =?UTF-8?q?nheiten=20aus=20dem=20Vorjahr=20keine=20Abwesenheitsinfos=20set?= =?UTF-8?q?zen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Report/ReportObjects/AdditionalServiceBookingRO.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Report/ReportObjects/AdditionalServiceBookingRO.cs b/Report/ReportObjects/AdditionalServiceBookingRO.cs index 569e87f62..bad2b82ab 100644 --- a/Report/ReportObjects/AdditionalServiceBookingRO.cs +++ b/Report/ReportObjects/AdditionalServiceBookingRO.cs @@ -296,7 +296,7 @@ namespace BeWo.Report.ReportObjects yearCount++; } - if (dt.Month == result.MonthInt) + if (dt.Month == result.MonthInt && dt.Year == result.Year) { monthCount++;