From f5dd51d6d5b8b011b57107ab05d49c70daebbb67 Mon Sep 17 00:00:00 2001 From: HirschleM Date: Tue, 18 Mar 2025 10:22:23 +0100 Subject: [PATCH] =?UTF-8?q?MH:=20Lisa=20W=C3=B6ll=20SummaryPerMonth?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Invoicing/JugendamtInvoiceCreation.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReportImp/BetreutesWohnenWoellReports/Invoicing/JugendamtInvoiceCreation.cs b/ReportImp/BetreutesWohnenWoellReports/Invoicing/JugendamtInvoiceCreation.cs index db29cf248..56f24b893 100644 --- a/ReportImp/BetreutesWohnenWoellReports/Invoicing/JugendamtInvoiceCreation.cs +++ b/ReportImp/BetreutesWohnenWoellReports/Invoicing/JugendamtInvoiceCreation.cs @@ -46,9 +46,9 @@ namespace BetreutesWohnenWoellReports.Invoicing } if (scap.CostBearer2SupportConcept.CostBearer.Organisation.Function != null && scap.CostBearer2SupportConcept.CostBearer.Organisation.Function.Value == "Jugendamt") - return CreateSummaryInvoiceItems(list, invoicePeriod, scap, calc, false, false); + return CreateSummaryInvoiceItems(list, invoicePeriod, scap, calc, true, false); else - return CreateSummaryInvoiceItems(list, invoicePeriod, scap, calc, false); + return CreateSummaryInvoiceItems(list, invoicePeriod, scap, calc, true); //return CreateSummaryInvoiceItems(list, invoicePeriod, scap, calc); }