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