From 729523389cd43e6371b09ee219d91c2f5c270e6f Mon Sep 17 00:00:00 2001 From: Kojo Date: Fri, 29 May 2026 20:33:39 +0200 Subject: [PATCH] PerspektivenEV: Compile-Fehler behoben --- ReportImp/PerspektivenEV/Export/DatevExporterBthg.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/PerspektivenEV/Export/DatevExporterBthg.cs b/ReportImp/PerspektivenEV/Export/DatevExporterBthg.cs index f84c85d05..411fffd0c 100644 --- a/ReportImp/PerspektivenEV/Export/DatevExporterBthg.cs +++ b/ReportImp/PerspektivenEV/Export/DatevExporterBthg.cs @@ -229,7 +229,7 @@ namespace PerspektivenEV.Export { sc = scs.Where(p => p.StartDate < lastDate && p.EndDate > new DateTime(date.Year, date.Month, 1)).FirstOrDefault(); } - var cb2sc = sc.CostBearer2SupportConceptList.Where(sc => sc.CostBearer.Organisation.Name != "EIGENANTEIL" && sc.CostBearer.Organisation.Name != "SELBSTZAHLER").FirstOrDefault(); + var cb2sc = sc.CostBearer2SupportConceptList.Where(sc1 => sc1.CostBearer.Organisation.Name != "EIGENANTEIL" && sc1.CostBearer.Organisation.Name != "SELBSTZAHLER").FirstOrDefault(); if (cb2sc != null && cb2sc.KontoHilfeplan != null && cb2sc.KontoHilfeplan.Length > 0) { debitor = cb2sc.KontoHilfeplan;