From ebb082111b0a7390e8de0d3505e601ecb0af4f53 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 10 Feb 2025 11:40:35 +0100 Subject: [PATCH] ChristianWilke/Invoicing/CustomInvoiceCreation.cs - Typo Wegepauschale QA gefixt --- ReportImp/ChristianWilke/Invoicing/CustomInvoiceCreation.cs | 2 +- ReportImp/ChristianWilke/Invoicing/CustomInvoiceFactory.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ReportImp/ChristianWilke/Invoicing/CustomInvoiceCreation.cs b/ReportImp/ChristianWilke/Invoicing/CustomInvoiceCreation.cs index f985f5db2..613ed8141 100644 --- a/ReportImp/ChristianWilke/Invoicing/CustomInvoiceCreation.cs +++ b/ReportImp/ChristianWilke/Invoicing/CustomInvoiceCreation.cs @@ -72,7 +72,7 @@ namespace ChristianWilke.Invoicing decimal preisKA = 8.70m; preisKA = base.GetPreis("Wegezeiten-Pauschale kompensatorische Assistenz", invoicePeriod.StartDate); decimal preisQA = 15.76m; - preisKA = base.GetPreis("Wegezeiten-Pauschale qualifizierte Assistenz", invoicePeriod.StartDate); + preisQA = base.GetPreis("Wegezeiten-Pauschale qualifizierte Assistenz", invoicePeriod.StartDate); int countKA = 0; int countQA = 0; diff --git a/ReportImp/ChristianWilke/Invoicing/CustomInvoiceFactory.cs b/ReportImp/ChristianWilke/Invoicing/CustomInvoiceFactory.cs index 7f529e128..6585b068c 100644 --- a/ReportImp/ChristianWilke/Invoicing/CustomInvoiceFactory.cs +++ b/ReportImp/ChristianWilke/Invoicing/CustomInvoiceFactory.cs @@ -9,7 +9,6 @@ namespace ChristianWilke.Invoicing { public class CustomInvoiceFactory : InvoiceFactory { - public override InvoiceCreation CreateInvoiceCreator(string specificId, string tenant, Dictionary> supportConcepts2ServiceRecords) { return new CustomInvoiceCreation();