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); }