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