From 06d4ba16e893bda4523aaffec394d27db0222e04 Mon Sep 17 00:00:00 2001 From: HirschleM Date: Tue, 21 Apr 2026 14:37:10 +0200 Subject: [PATCH] MH: BellaDonna Rechnung Name weg --- ReportImp/BellaDonna/ServiceInvoiceReport.cs | 8 ++++---- ReportImp/BellaDonna/ServiceInvoiceReportJAEssen.cs | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ReportImp/BellaDonna/ServiceInvoiceReport.cs b/ReportImp/BellaDonna/ServiceInvoiceReport.cs index 7809326b7..23e02a897 100644 --- a/ReportImp/BellaDonna/ServiceInvoiceReport.cs +++ b/ReportImp/BellaDonna/ServiceInvoiceReport.cs @@ -136,10 +136,10 @@ namespace BellaDonna sb.AppendLine(pRO.RecipientDivision); } - if (!String.IsNullOrEmpty(pRO.RecipientContactPerson)) - { - sb.AppendLine(pRO.RecipientContactPerson); - } + //if (!String.IsNullOrEmpty(pRO.RecipientContactPerson)) + //{ + // sb.AppendLine(pRO.RecipientContactPerson); + //} if (!String.IsNullOrEmpty(pRO.RecipientStreet)) { diff --git a/ReportImp/BellaDonna/ServiceInvoiceReportJAEssen.cs b/ReportImp/BellaDonna/ServiceInvoiceReportJAEssen.cs index 84a1c839e..5afb93574 100644 --- a/ReportImp/BellaDonna/ServiceInvoiceReportJAEssen.cs +++ b/ReportImp/BellaDonna/ServiceInvoiceReportJAEssen.cs @@ -141,10 +141,10 @@ namespace BellaDonna sb.AppendLine(pRO.RecipientDivision); } - if (!String.IsNullOrEmpty(pRO.RecipientContactPerson)) - { - sb.AppendLine(pRO.RecipientContactPerson); - } + //if (!String.IsNullOrEmpty(pRO.RecipientContactPerson)) + //{ + // sb.AppendLine(pRO.RecipientContactPerson); + //} if (!String.IsNullOrEmpty(pRO.RecipientStreet)) {