Service/Plugins/AccountingService.cs - Anpassung Enddatum CollectiveBilling
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user