From a831c81540ae5fe96b274ddff60b233cbc73f08f Mon Sep 17 00:00:00 2001 From: Alexandra Date: Wed, 2 Jul 2025 14:10:30 +0200 Subject: [PATCH] =?UTF-8?q?LebenshilfeWolfsburg/Reporting/CustomReportCrea?= =?UTF-8?q?tor=20-=20Eingrenzung=20f=C3=BCr=20neuen=20QB=20spezifiziert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReportImp/LebenshilfeWolfsburg/Reporting/CustomReportCreator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/LebenshilfeWolfsburg/Reporting/CustomReportCreator.cs b/ReportImp/LebenshilfeWolfsburg/Reporting/CustomReportCreator.cs index 75775631e..7d4a94805 100644 --- a/ReportImp/LebenshilfeWolfsburg/Reporting/CustomReportCreator.cs +++ b/ReportImp/LebenshilfeWolfsburg/Reporting/CustomReportCreator.cs @@ -206,7 +206,7 @@ namespace LebenshilfeWolfsburg.Reporting { if (c2s.CostBearer.Organisation.Function != null && !String.IsNullOrWhiteSpace(ro.Costbearer) && c2s.CostBearer.Organisation.Name == ro.Costbearer) function = c2s.CostBearer.Organisation.Function.Value; - if (c2s.SupportConcept.Customer.Team2CustomerList != null && c2s.SupportConcept.Customer.Team2CustomerList.Any(t => t.Team.Name.ToLower().Contains("ass") || t.Team.Name.ToLower().Contains("reh"))) + if (c2s.SupportConcept.Customer.Team2CustomerList != null && c2s.SupportConcept.Customer.Team2CustomerList.Any(t => t.Team.Name.ToLower() == "ass" || t.Team.Name.ToLower() == "reh")) ass = true; } }