MH: SKM Rheydt Umstellung auf SKM Mönchengladbach
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user