ChristianWilke/Invoicing/CustomInvoiceCreation.cs - Typo Wegepauschale QA gefixt
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user