SBBMainzReports/SBBMainzReportCreator - neuer QB BeWo auch schon ab Januar 2024

This commit is contained in:
2024-04-10 16:10:46 +02:00
parent 96d82d98a2
commit 1456b82175

View File

@@ -86,7 +86,7 @@ namespace SBBMainzReports
}
}
if (ro.StartDate < new DateTime(2024,04,01))
if (ro.StartDate < new DateTime(2024,01,01))
{
report = AddReportToReport<BeWo.Report.DefaultReports.Stundenzettel>(report, bewoRo);
}