diff --git a/Service/Plugins/StundenuebersichtAuswertung.cs b/Service/Plugins/StundenuebersichtAuswertung.cs index 0e6102cba..da706c2e9 100644 --- a/Service/Plugins/StundenuebersichtAuswertung.cs +++ b/Service/Plugins/StundenuebersichtAuswertung.cs @@ -106,6 +106,12 @@ namespace BeWo.Service.Plugins // cont = false; //} + // Wenn nur für eine bestimmte Mitarbeitende erstellt wird muss geprüft werden, ob im SR eine Beteiligung vorliegt + if (config.EmployeeOid != null && sr.EmployeeOid != config.EmployeeOid) + { + cont = false; + } + if (cont && sr.SupportConcept != null && sr.SupportConcept.IsActive == ActivationTypeId.Deleted) { cont = false;