Service/Plugins/AccountingService.cs - Anpassung Enddatum CollectiveBilling

This commit is contained in:
2024-01-15 17:49:32 +01:00
parent 2fafaf2e52
commit 3b89c982d4

View File

@@ -45,7 +45,7 @@ namespace BeWo.Service.Plugins
if (!supportConceptOid.HasValue)
{
supportConcepts =
supportConcepts.Where(sc => sc.StartDate < newSpan.EndDate && sc.EndDate >= newSpan.StartDate);
supportConcepts.Where(sc => sc.StartDate < newSpan.EndDateTime && sc.EndDate >= newSpan.StartDate);
}
}
var supportConcepts2ServiceRecords = supportConcepts.ToDictionary(