From 417b38b67e457b699ebd8736b9c395eb9c9a92a2 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Mon, 23 Sep 2024 14:31:15 +0200 Subject: [PATCH] InputFamilienhilfe/Invoicing/AwsInvoiceCreation - Bugfix Auswahl Leistung --- ReportImp/InputFamilienhilfe/Invoicing/AwsInvoiceCreation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/InputFamilienhilfe/Invoicing/AwsInvoiceCreation.cs b/ReportImp/InputFamilienhilfe/Invoicing/AwsInvoiceCreation.cs index 09cf60776..c25f5cd18 100644 --- a/ReportImp/InputFamilienhilfe/Invoicing/AwsInvoiceCreation.cs +++ b/ReportImp/InputFamilienhilfe/Invoicing/AwsInvoiceCreation.cs @@ -112,7 +112,7 @@ namespace InputFamilienhilfe.Invoicing { var ii = serviceInvoicePeriod.InvoiceItemList.FirstOrDefault(); decimal pauschale = 132.55m; - var addService = DAOFactory.GenericDAO.GetByID(81); // 81 für debug sonst 86 + var addService = DAOFactory.GenericDAO.GetByID(86); // 81 für debug sonst 86 var crpDcList = MapperFactory.CostRatePeriodDC_CostRatePeriod.MapToNewDCs(addService.CostRatePeriods); var crp = crpDcList.GetCostRatePeriodForDate(CostRatePeriodType.AmountOfMoney, serviceInvoicePeriod.Start.Value); if (crp != null)