diff --git a/ReportImp/skmRheydt/ServicesOverviewReport.cs b/ReportImp/skmRheydt/ServicesOverviewReport.cs index 2d0a20144..bfac34bbc 100644 --- a/ReportImp/skmRheydt/ServicesOverviewReport.cs +++ b/ReportImp/skmRheydt/ServicesOverviewReport.cs @@ -23,7 +23,7 @@ namespace SkmRheydt } // ab Februar 2026 smk moenchengladbach text, vorher smk rheydt. Logo bleibt skm MG - if (pRO.StartDate < new DateTime(2026, 02, 01)) + if (pRO.StartDate < new DateTime(2026, 01, 01)) { richTextHeaderMg.Visible = false; richTextFooterMg.Visible = false; diff --git a/ReportImp/skmRheydt/SettlementReport2.cs b/ReportImp/skmRheydt/SettlementReport2.cs index 23c05d178..6068dab62 100644 --- a/ReportImp/skmRheydt/SettlementReport2.cs +++ b/ReportImp/skmRheydt/SettlementReport2.cs @@ -20,7 +20,7 @@ namespace SkmRheydt public void SetReportDataSource(Settlement2RO pRO) { // ab Februar 2026 skm moenchengladbach, vorher skm rheydt - if (pRO.InvoiceDate < new DateTime(2026, 02, 01)) + if (pRO.InvoiceDate < new DateTime(2026, 01, 01)) { richTextHeaderMg.Visible = false; richTextFooterMg.Visible = false;