MH: SDB Geburtstage
This commit is contained in:
@@ -35,7 +35,7 @@ namespace SozialeDienstleistungenBeckerReports.Service
|
||||
|
||||
foreach (var p in list)
|
||||
{
|
||||
if (p.PersonType == PersonType.Customer)
|
||||
if (p.PersonType == PersonType.Customer || p.PersonType == PersonType.Employee)
|
||||
{
|
||||
result.Add(p);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user