From fd98343c3b11f0dd3ee2a67368fad201f8b3ce17 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Tue, 15 Aug 2023 11:38:15 +0200 Subject: [PATCH] SHKService/Invoicing/CollectiveInvoiceCreation Stundensatz angepasst --- ReportImp/SHKService/Invoicing/CollectiveInvoiceCreation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/SHKService/Invoicing/CollectiveInvoiceCreation.cs b/ReportImp/SHKService/Invoicing/CollectiveInvoiceCreation.cs index 79b7da53c..814cc8f28 100644 --- a/ReportImp/SHKService/Invoicing/CollectiveInvoiceCreation.cs +++ b/ReportImp/SHKService/Invoicing/CollectiveInvoiceCreation.cs @@ -100,7 +100,7 @@ namespace SHKService.Invoicing } else { - ii.AmountPerUnit = supportConceptApprovalPeriod.ApprovedBEPerInterval * AMOUNT_PER_KMKA; + ii.AmountPerUnit = supportConceptApprovalPeriod.ApprovedBEPerInterval * AMOUNT_PER_KMQA; ii.ItemDescription = "Fahrzeiten QA"; } }