InputFamilienhilfe/Invoicing/AwsInvoiceCreation - Bugfix Auswahl Leistung
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user