MH: SKM Rheydt Umstellung auf SKM Mönchengladbach

This commit is contained in:
2026-01-05 10:47:45 +01:00
parent 278a89d0fa
commit 54f75091f4
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -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;