MH: Stundenübersicht Bugfix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user