ItEr37S06ValidacionEProbasFuncionaisItEr36S07: [Bug #105] Fixing bug.

This commit is contained in:
Óscar González Fernández 2009-11-30 18:05:00 +01:00
parent c4eb2cdaab
commit a37679d297

View file

@ -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;