From 4b0a32a0b2331b2ddf87363af6ca4086cd3b3c22 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 9 Feb 2026 13:43:18 +0100 Subject: [PATCH] =?UTF-8?q?Ruhrstern/Reporting/ServiceInvoiceReport=20-=20?= =?UTF-8?q?Empf=C3=A4ngeradresse=20nachgesch=C3=A4rft?= 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 deletions(-) diff --git a/ReportImp/Ruhrstern/Reporting/ServiceInvoiceReport.cs b/ReportImp/Ruhrstern/Reporting/ServiceInvoiceReport.cs index d77b7a388..af129bdff 100644 --- a/ReportImp/Ruhrstern/Reporting/ServiceInvoiceReport.cs +++ b/ReportImp/Ruhrstern/Reporting/ServiceInvoiceReport.cs @@ -18,10 +18,6 @@ namespace Ruhrstern public void SetReportDataSource(ServiceInvoiceRO pRO) { StringBuilder sb = new StringBuilder(); - if (!String.IsNullOrEmpty(pRO.RecipientOrganisation) && pRO.RecipientOrganisation.ToLower() != "selbstzahler") - { - sb.AppendLine(pRO.RecipientOrganisation); - } if (!String.IsNullOrEmpty(pRO.RecipientOrganisation) && !String.IsNullOrEmpty(pRO.RecipientOrganisation.Trim()) && pRO.RecipientOrganisation.ToLower() != "selbstzahler") { sb.AppendLine(pRO.RecipientOrganisation);