MH: Club74 Teamstundenkonto ab 01.05.26 auf Standard
This commit is contained in:
@@ -144,7 +144,10 @@ namespace BeWo.Club74
|
||||
{
|
||||
if (teamOids != null && teamOids.Count > 0)
|
||||
{
|
||||
report = FindReportImp<MitarbeiterstundenkontoRO>("Teamstundenkonto");
|
||||
if (startDate >= new DateTime(2026, 05, 01))
|
||||
report = new BeWo.Report.DefaultReports.Teamstundenkonto();
|
||||
else
|
||||
report = FindReportImp<MitarbeiterstundenkontoRO>("Teamstundenkonto");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user