From 75627f58e25b6d88aa8efceae931c0fe5b586425 Mon Sep 17 00:00:00 2001 From: Kojo Date: Mon, 21 Oct 2024 17:33:21 +0200 Subject: [PATCH] =?UTF-8?q?WegweiserBetreuungsdienstReports:=20Anderes=20R?= =?UTF-8?q?echnungsformular=20f=C3=BCr=20Stadt=20Halle=20verwenden?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WegweiserBetreuungsdienstReports/CustomReportCreator.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ReportImp/WegweiserBetreuungsdienstReports/CustomReportCreator.cs b/ReportImp/WegweiserBetreuungsdienstReports/CustomReportCreator.cs index edf0bfbb6..914c5515d 100644 --- a/ReportImp/WegweiserBetreuungsdienstReports/CustomReportCreator.cs +++ b/ReportImp/WegweiserBetreuungsdienstReports/CustomReportCreator.cs @@ -44,8 +44,9 @@ namespace BeWo.WegweiserBetreuungsdienstReports foreach (var idc in dcList) { IBeWoReport singleReport = null; - if (idc.InvoiceBase.RecipientOrganisation.Contains("LVR") || idc.InvoiceBase.RecipientOrganisation.Contains("Stadt Trier") || idc.InvoiceBase.RecipientOrganisation.Contains("Jugendhilfe") || - (!String.IsNullOrEmpty(idc.InvoiceBase.RecipientDivision) && idc.InvoiceBase.RecipientDivision.Contains("Jugendhilfe"))) + if (idc.InvoiceBase.RecipientOrganisation.Contains("LVR") || idc.InvoiceBase.RecipientOrganisation.Contains("Stadt Trier") + || idc.InvoiceBase.RecipientOrganisation.Contains("Stadt Halle") || idc.InvoiceBase.RecipientOrganisation.Contains("Jugendhilfe") + || (!String.IsNullOrEmpty(idc.InvoiceBase.RecipientDivision) && idc.InvoiceBase.RecipientDivision.Contains("Jugendhilfe"))) { singleReport = new ServiceInvoiceReport();