PerspektivenEV/Service/CustomStundenuebersichtAuswertung.cs - Bugfix nach Änderung in StundenübersichtAuswertung

This commit is contained in:
2025-04-25 10:22:45 +02:00
parent f03f0114d2
commit 220b00d416

View File

@@ -64,7 +64,7 @@ namespace PerspektivenEV.Service
}
}
public override bool AllowCustomerAnalysis(Customer customer, FLSAnalysisConfigDC config, IList<ServiceRecord> serviceRecords)
public override bool AllowCustomerAnalysis(Customer customer, FLSAnalysisConfigDC config, IList<IServiceRecord> serviceRecords)
{
if (config.EmployeeOid != null)
{