enables the button "Update task end" in the subcontract pop-up,
when the deadline is empty. FEA: ItEr76S21UpdateEndDateToCustomer
This commit is contained in:
parent
2008ea6744
commit
ed1b7a8211
1 changed files with 1 additions and 0 deletions
|
|
@ -329,6 +329,7 @@ public class SubcontractController extends GenericForwardComposer {
|
|||
if (endDateTask != null) {
|
||||
return (newEndDate.compareTo(endDateTask) != 0);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue