ChristianWilke/Invoicing/CustomInvoiceCreation.cs - Typo Wegepauschale QA gefixt

This commit is contained in:
2025-02-10 11:40:35 +01:00
parent 00f70f9505
commit ebb082111b
2 changed files with 1 additions and 2 deletions

View File

@@ -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;

View File

@@ -9,7 +9,6 @@ namespace ChristianWilke.Invoicing
{
public class CustomInvoiceFactory : InvoiceFactory
{
public override InvoiceCreation CreateInvoiceCreator(string specificId, string tenant, Dictionary<CompactSupportConceptDC, List<ServiceRecordDC>> supportConcepts2ServiceRecords)
{
return new CustomInvoiceCreation();