ItEr37S08CUCreacionUnidadesPlanificacionItEr36S11: Avoiding calling FormBinder to retrieve the calculatedValue since AllocationRowsHandler stores it.
This commit is contained in:
parent
a66ff5cc31
commit
3520cd34dc
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ public class AllocationRowsHandler {
|
|||
}
|
||||
|
||||
public void checkInvalidValues() {
|
||||
if (formBinder.getCalculatedValue() != CalculatedValue.NUMBER_OF_HOURS
|
||||
if (calculatedValue != CalculatedValue.NUMBER_OF_HOURS
|
||||
&& formBinder.getAssignedHours() <= 0) {
|
||||
formBinder.markAssignedHoursMustBePositive();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue