MH: Stundenübersicht gelöschte MA mit darstellen
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user