InputFamilienhilfe/Invoicing/AwsInvoiceCreation - Bugfix Auswahl Leistung

This commit is contained in:
2024-09-23 14:31:15 +02:00
parent 96bbdc3198
commit 417b38b67e

View File

@@ -112,7 +112,7 @@ namespace InputFamilienhilfe.Invoicing
{
var ii = serviceInvoicePeriod.InvoiceItemList.FirstOrDefault();
decimal pauschale = 132.55m;
var addService = DAOFactory.GenericDAO.GetByID<ServiceDescription>(81); // 81 für debug sonst 86
var addService = DAOFactory.GenericDAO.GetByID<ServiceDescription>(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)