From 54128278e1908943ba782a5d8c5f1c81641f32b0 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Wed, 21 Jan 2026 12:32:55 +0100 Subject: [PATCH] =?UTF-8?q?VSDHammReports/VsdHammReportCreator=20-=20LWL?= =?UTF-8?q?=20Budgetnachweis=20auch=20f=C3=BCr=20Landkreis=20Osnabr=C3=BCc?= =?UTF-8?q?k?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReportImp/VSDHammReports/VsdHammReportCreator.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReportImp/VSDHammReports/VsdHammReportCreator.cs b/ReportImp/VSDHammReports/VsdHammReportCreator.cs index c8c51d9db..363feee58 100644 --- a/ReportImp/VSDHammReports/VsdHammReportCreator.cs +++ b/ReportImp/VSDHammReports/VsdHammReportCreator.cs @@ -153,7 +153,8 @@ namespace VSDHammReports var ib = DAOFactory.GenericDAO.LoadByID(ibOid.Value); 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") + || ib.CostBearer2SupportConcept.CostBearer.Organisation.Name == "LWL - Amt für Soziales Entschädigungsrecht" + || ib.CostBearer2SupportConcept.CostBearer.Organisation.Name == "Landkreis Osnabrück") return CreateSettlementReportLwl(ibOid.Value, true); }