From 852abeb386a09fa89c4dcee5473b3f50e54cc5b3 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 19 Aug 2024 17:11:19 +0200 Subject: [PATCH] LeWoAachen/Invoicing/AssistenzInvoiceCreation - Monate zusammengefasst --- ReportImp/LeWoAachen/Invoicing/AssistenzInvoiceCreation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/LeWoAachen/Invoicing/AssistenzInvoiceCreation.cs b/ReportImp/LeWoAachen/Invoicing/AssistenzInvoiceCreation.cs index bad96e0af..e034813da 100644 --- a/ReportImp/LeWoAachen/Invoicing/AssistenzInvoiceCreation.cs +++ b/ReportImp/LeWoAachen/Invoicing/AssistenzInvoiceCreation.cs @@ -32,7 +32,7 @@ namespace LeWoAachen.Invoicing public override IList CreateSummaryInvoiceItems(IList itemList, DateTimeSpan invoicePeriod, SupportConceptApprovalPeriod scap, Calculations calc, bool summaryPerMonth, bool addRateFactorToUnitCount) { - return base.CreateSummaryInvoiceItems(itemList, invoicePeriod, scap, calc, true, true); + return base.CreateSummaryInvoiceItems(itemList, invoicePeriod, scap, calc, false, true); } //public override IList CreateSummaryInvoiceItems(IList itemList, DateTimeSpan invoicePeriod, SupportConceptApprovalPeriod scap,