VSDHammReports/VsdHammReportCreator.cs - Anderer Quittierungsbeleg auch für JA Dortmund

This commit is contained in:
2024-12-02 16:01:32 +01:00
parent e70dfe551d
commit 1713e7ab43

View File

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