MH: Mittelpunkt/RosterIstReport Bugfix

This commit is contained in:
2026-08-04 12:12:50 +02:00
parent 6a643e9042
commit 8f902724f4

View File

@@ -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<BeWo.Service.Dienstplanung.StundenkontoServiceRecord>();
}
berechnung.CreateEmployeeDetails(msro);