From 8f902724f468f6bc9d7c3720aaeb5999b53f698e Mon Sep 17 00:00:00 2001 From: HirschleM Date: Tue, 4 Aug 2026 12:12:50 +0200 Subject: [PATCH] MH: Mittelpunkt/RosterIstReport Bugfix --- ReportImp/Mittelpunkt/RosterIstReport.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ReportImp/Mittelpunkt/RosterIstReport.cs b/ReportImp/Mittelpunkt/RosterIstReport.cs index fb0e96079..3358c8cc3 100644 --- a/ReportImp/Mittelpunkt/RosterIstReport.cs +++ b/ReportImp/Mittelpunkt/RosterIstReport.cs @@ -45,6 +45,9 @@ namespace Mittelpunkt { if (ed.Employee.IsActive == BS.Shared.ActivationTypeId.Archived) ed.Employee.IsActive = BS.Shared.ActivationTypeId.Active; + + if (ed.AllServiceRecords == null) + ed.AllServiceRecords = new List(); } berechnung.CreateEmployeeDetails(msro);