From 80ebb55619029a07c52ea759bd857cf6d8d993ed Mon Sep 17 00:00:00 2001 From: Kojo Date: Wed, 1 Oct 2025 18:35:41 +0200 Subject: [PATCH] =?UTF-8?q?VSDHammReports:=20F=C3=BCr=20neuen=20LWL-KT=20(?= =?UTF-8?q?LWL=20-=20Amt=20f=C3=BCr=20Soziales=20Entsch=C3=A4digungsrecht)?= =?UTF-8?q?=20auch=20LWL-Spitzabrechnungssonderlocken=20&=20-formulare=20v?= =?UTF-8?q?erwenden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReportImp/VSDHammReports/VsdHammReportCreator.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ReportImp/VSDHammReports/VsdHammReportCreator.cs b/ReportImp/VSDHammReports/VsdHammReportCreator.cs index 39dc22b39..c8c51d9db 100644 --- a/ReportImp/VSDHammReports/VsdHammReportCreator.cs +++ b/ReportImp/VSDHammReports/VsdHammReportCreator.cs @@ -151,7 +151,9 @@ namespace VSDHammReports if (ibOid.HasValue && ibOid.Value > 0) { var ib = DAOFactory.GenericDAO.LoadByID(ibOid.Value); - if (ib.CostBearer2SupportConcept.CostBearer.Organisation.Name == "LWL" || ib.CostBearer2SupportConcept.CostBearer.Organisation.Name == "Landschaftsverband Westfalen-Lippe") + if (ib.CostBearer2SupportConcept.CostBearer.Organisation.Name == "LWL" + || ib.CostBearer2SupportConcept.CostBearer.Organisation.Name == "Landschaftsverband Westfalen-Lippe" + || ib.CostBearer2SupportConcept.CostBearer.Organisation.Name == "LWL - Amt für Soziales Entschädigungsrecht") return CreateSettlementReportLwl(ibOid.Value, true); }