From a47fb498e594678f18868aa66e1f2bf156c91e41 Mon Sep 17 00:00:00 2001 From: HirschleM Date: Tue, 13 Jan 2026 14:52:46 +0100 Subject: [PATCH] =?UTF-8?q?MH:=20Ruhrstern=20Ansprechpartner*in=20in=20Rec?= =?UTF-8?q?hnung=20eingef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReportImp/Ruhrstern/Reporting/ServiceInvoiceReport.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ReportImp/Ruhrstern/Reporting/ServiceInvoiceReport.cs b/ReportImp/Ruhrstern/Reporting/ServiceInvoiceReport.cs index 97551e9a3..209a95fd5 100644 --- a/ReportImp/Ruhrstern/Reporting/ServiceInvoiceReport.cs +++ b/ReportImp/Ruhrstern/Reporting/ServiceInvoiceReport.cs @@ -22,6 +22,10 @@ namespace Ruhrstern { sb.AppendLine(pRO.RecipientOrganisation); } + if (!String.IsNullOrEmpty(pRO.RecipientContactPerson) && !String.IsNullOrEmpty(pRO.RecipientContactPerson.Trim())) + { + sb.AppendLine(pRO.RecipientContactPerson); + } if (!String.IsNullOrEmpty(pRO.RecipientDivision) && !String.IsNullOrEmpty(pRO.RecipientDivision.Trim())) { sb.AppendLine(pRO.RecipientDivision);