AdditionalServiceBookingRO: Für Abwesenheiten aus dem Vorjahr keine Abwesenheitsinfos setzen
This commit is contained in:
@@ -296,7 +296,7 @@ namespace BeWo.Report.ReportObjects
|
||||
yearCount++;
|
||||
}
|
||||
|
||||
if (dt.Month == result.MonthInt)
|
||||
if (dt.Month == result.MonthInt && dt.Year == result.Year)
|
||||
{
|
||||
monthCount++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user