MH: Stundenübersicht gelöschte MA mit darstellen

This commit is contained in:
2023-10-27 16:46:38 +02:00
parent 65104bfa34
commit 391be6d528

View File

@@ -101,10 +101,10 @@ namespace BeWo.Service.Plugins
foreach (ServiceRecord sr in serviceRecords)
{
bool cont = true;
if (sr.Employee != null && sr.Employee.IsActive == ActivationTypeId.Deleted)
{
cont = false;
}
//if (sr.Employee != null && sr.Employee.IsActive == ActivationTypeId.Deleted)
//{
// cont = false;
//}
if (cont && sr.SupportConcept != null && sr.SupportConcept.IsActive == ActivationTypeId.Deleted)
{