Wabe/QuittierungsbelegAbw - Berufsgruppe auch für archivierte MA

This commit is contained in:
2025-12-08 17:13:20 +01:00
parent 993f32c932
commit 3728cf33f3

View File

@@ -29,7 +29,7 @@ namespace Wabe
{
String betreuungsschluessel = "";
double minuten = 0;
var emps = DAOFactory.GenericDAO.GetAllActive<Employee>();
var emps = DAOFactory.GenericDAO.GetAllActiveAndArchived<Employee>();
if (pRO.Services != null && pRO.Services.Count > 0)
{
if (pRO.Services.Any(s => s.ServiceCategory == "Genesungsbegleitung"))