MH: SDB Geburtstage

This commit is contained in:
2023-11-21 17:13:46 +01:00
parent 973e5af007
commit 413253d8aa

View File

@@ -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);
}