Bugfix Prozent Abrechenbar und Prozent Stundenkonto + FibuNet Export

This commit is contained in:
Christian
2023-03-30 23:14:48 +02:00
parent af4dfa3764
commit 4779708bd3
29 changed files with 2037 additions and 65 deletions

View File

@@ -1513,8 +1513,8 @@ namespace BeWo.Service.ServiceImplementations
}
}
if (customerOid.HasValue)
GetDistanceForVertreterEmployees(customerOid.Value, ref list, allEmps);
//if (customerOid.HasValue)
// GetDistanceForVertreterEmployees(customerOid.Value, ref list, allEmps);
return list;
}