From 54f75091f40cde0becebdb1a801e87eaf0d1dde8 Mon Sep 17 00:00:00 2001 From: HirschleM Date: Mon, 5 Jan 2026 10:47:45 +0100 Subject: [PATCH] =?UTF-8?q?MH:=20SKM=20Rheydt=20Umstellung=20auf=20SKM=20M?= =?UTF-8?q?=C3=B6nchengladbach?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReportImp/skmRheydt/ServicesOverviewReport.cs | 2 +- ReportImp/skmRheydt/SettlementReport2.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;