MH: ServicesOverviewRO OID von Abwesenheiten hinzugefügt

This commit is contained in:
2025-11-28 07:15:35 +01:00
parent cbb67b59e9
commit 98c88a707b

View File

@@ -1277,6 +1277,7 @@ namespace BeWo.Report.ReportObjects
atTemp.Start = atDb.Start;
atTemp.End = atDb.End;
atTemp.AbsenceReason = reasonTemp;
atTemp.Oid = atDb.Oid;
bool addToList = (
!atTemp.AbsenceReason.Description.ToLower().Contains("urlaub") &&