diff --git a/ReportImp/Club74/Club74ReportCreator.cs b/ReportImp/Club74/Club74ReportCreator.cs index 06a7b1aed..09b595f49 100644 --- a/ReportImp/Club74/Club74ReportCreator.cs +++ b/ReportImp/Club74/Club74ReportCreator.cs @@ -144,7 +144,10 @@ namespace BeWo.Club74 { if (teamOids != null && teamOids.Count > 0) { - report = FindReportImp("Teamstundenkonto"); + if (startDate >= new DateTime(2026, 05, 01)) + report = new BeWo.Report.DefaultReports.Teamstundenkonto(); + else + report = FindReportImp("Teamstundenkonto"); } else {