Use asExclusiveEnd mechanism
FEA: ItEr61S05BugFixing
This commit is contained in:
parent
681c3fdc18
commit
7ee29c0da5
1 changed files with 2 additions and 1 deletions
|
|
@ -1099,7 +1099,8 @@ public abstract class ResourceAllocation<T extends DayAssignment> extends
|
|||
|
||||
public LocalDate getEndDate() {
|
||||
IntraDayDate intraDayEndDate = getIntraDayEndDate();
|
||||
return intraDayEndDate != null ? intraDayEndDate.getDate() : null;
|
||||
return intraDayEndDate != null ? intraDayEndDate.asExclusiveEnd()
|
||||
: null;
|
||||
}
|
||||
|
||||
public IntraDayDate getIntraDayEndDate() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue