ItEr37S06ValidacionEProbasFuncionaisItEr36S07: [Bug #105] Fixing bug.
This commit is contained in:
parent
c4eb2cdaab
commit
a37679d297
1 changed files with 3 additions and 0 deletions
|
|
@ -257,6 +257,9 @@ public class TaskElementAdapter implements ITaskElementAdapter {
|
|||
}
|
||||
|
||||
private LocalDate calculateLimitDate(Integer hours) {
|
||||
if (hours == null || hours == 0) {
|
||||
return null;
|
||||
}
|
||||
boolean limitReached = false;
|
||||
|
||||
Integer count = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue