From 220b00d4164638d3f016422ec5179c5bfbb087f2 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Fri, 25 Apr 2025 10:22:45 +0200 Subject: [PATCH] =?UTF-8?q?PerspektivenEV/Service/CustomStundenuebersichtA?= =?UTF-8?q?uswertung.cs=20-=20Bugfix=20nach=20=C3=84nderung=20in=20Stunden?= =?UTF-8?q?=C3=BCbersichtAuswertung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PerspektivenEV/Service/CustomStundenuebersichtAuswertung.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/PerspektivenEV/Service/CustomStundenuebersichtAuswertung.cs b/ReportImp/PerspektivenEV/Service/CustomStundenuebersichtAuswertung.cs index 7d4c84cea..dd5f5585f 100644 --- a/ReportImp/PerspektivenEV/Service/CustomStundenuebersichtAuswertung.cs +++ b/ReportImp/PerspektivenEV/Service/CustomStundenuebersichtAuswertung.cs @@ -64,7 +64,7 @@ namespace PerspektivenEV.Service } } - public override bool AllowCustomerAnalysis(Customer customer, FLSAnalysisConfigDC config, IList serviceRecords) + public override bool AllowCustomerAnalysis(Customer customer, FLSAnalysisConfigDC config, IList serviceRecords) { if (config.EmployeeOid != null) {