diff --git a/ReportImp/VSDHammReports/VsdHammReportCreator.cs b/ReportImp/VSDHammReports/VsdHammReportCreator.cs index dfec4273b..39dc22b39 100644 --- a/ReportImp/VSDHammReports/VsdHammReportCreator.cs +++ b/ReportImp/VSDHammReports/VsdHammReportCreator.cs @@ -108,7 +108,7 @@ namespace VSDHammReports } } - if (kt == "Jugendamt Dortmund" || kt == "Jugendamt Kreis Soest") + if (kt == "Jugendamt Dortmund" && ro.StartDate < new DateTime(2024, 10, 1) || kt == "Jugendamt Kreis Soest") { report = new VSDHammReports.QuittierungsbelegJA(); }