Bug #1447: Prevent the creation of NOT_LATER_THAN constraint when a deadline is set.
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
59d80fe826
commit
06fc5b7be6
1 changed files with 0 additions and 5 deletions
|
|
@ -979,11 +979,6 @@ public abstract class OrderElement extends IntegrationEntity implements
|
|||
.fromDateFields(this.getInitDate())));
|
||||
return true;
|
||||
}
|
||||
if (getDeadline() != null) {
|
||||
constraint.finishNotLaterThan(IntraDayDate.startOfDay(LocalDate
|
||||
.fromDateFields(this.getDeadline())));
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue