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();