From cd7c156ccb19a64806f20a8cfdfefd803893dc05 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Fri, 31 Jul 2026 08:57:37 +0200 Subject: [PATCH] =?UTF-8?q?WegweiserBetreuungsdienstReports/CustomReportCr?= =?UTF-8?q?eator.cs=20-=20Erkennung=20f=C3=BCr=20neuen=20QB=20nochmal=20an?= =?UTF-8?q?gepasst=20SupportOID=3D169120?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WegweiserBetreuungsdienstReports/CustomReportCreator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/WegweiserBetreuungsdienstReports/CustomReportCreator.cs b/ReportImp/WegweiserBetreuungsdienstReports/CustomReportCreator.cs index 2ac5b01ba..75a834fd5 100644 --- a/ReportImp/WegweiserBetreuungsdienstReports/CustomReportCreator.cs +++ b/ReportImp/WegweiserBetreuungsdienstReports/CustomReportCreator.cs @@ -140,7 +140,7 @@ namespace BeWo.WegweiserBetreuungsdienstReports { report = AddSubServicesOverviewReportToReport(report, new StundenzettelDdg(), bewoRo); } - else if (ro.Costbearer.Equals("LVR") || ro.Costbearer.Equals("LVR II")) + else if (ro.Costbearer.Contains("LVR") || ro.Costbearer.Contains("LVR II")) { report = AddSubServicesOverviewReportToReport(report, new QuittierungsbelegLVR(), bewoRo); }