MezMenzelReports/SettlementReport2.cs - Nachtrag

This commit is contained in:
2024-09-09 16:49:49 +02:00
parent b4bf27be02
commit c059bd442b

View File

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