From c059bd442beffead30b09107b7adeef60b1ed89e Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 9 Sep 2024 16:49:49 +0200 Subject: [PATCH] MezMenzelReports/SettlementReport2.cs - Nachtrag --- ReportImp/MezMenzelReports/SettlementReport2.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ReportImp/MezMenzelReports/SettlementReport2.cs b/ReportImp/MezMenzelReports/SettlementReport2.cs index b5e317bc2..25a8a532d 100644 --- a/ReportImp/MezMenzelReports/SettlementReport2.cs +++ b/ReportImp/MezMenzelReports/SettlementReport2.cs @@ -19,11 +19,6 @@ namespace MezMenzel public void SetReportDataSource(Settlement2RO pRO) { - if (String.IsNullOrEmpty(pRO.Notice)) - { - lblNotice.Visible = false; - } - if (pRO.RecipientOrganisation != null && pRO.RecipientOrganisation == "LVR") { pRO.RecipientOrganisation = "Landschaftsverband Rheinland";