From 391be6d528030ee6e91cc05cc033e812469af5b2 Mon Sep 17 00:00:00 2001 From: Marcel Hirschle Date: Fri, 27 Oct 2023 16:46:38 +0200 Subject: [PATCH] =?UTF-8?q?MH:=20Stunden=C3=BCbersicht=20gel=C3=B6schte=20?= =?UTF-8?q?MA=20mit=20darstellen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service/Plugins/StundenuebersichtAuswertung.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Service/Plugins/StundenuebersichtAuswertung.cs b/Service/Plugins/StundenuebersichtAuswertung.cs index 3118e3115..0e6102cba 100644 --- a/Service/Plugins/StundenuebersichtAuswertung.cs +++ b/Service/Plugins/StundenuebersichtAuswertung.cs @@ -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) {