AdditionalServiceBookingRO: Für Abwesenheiten aus dem Vorjahr keine Abwesenheitsinfos setzen

This commit is contained in:
2026-01-06 15:39:03 +01:00
parent 25cf2ce540
commit d7e558ff65

View File

@@ -296,7 +296,7 @@ namespace BeWo.Report.ReportObjects
yearCount++;
}
if (dt.Month == result.MonthInt)
if (dt.Month == result.MonthInt && dt.Year == result.Year)
{
monthCount++;