Bug #1436: Fix issue setting recommended allocation resources per day to 1
FEA: ItEr77S04BugFixing
This commit is contained in:
parent
805f65b9ea
commit
a2021de728
1 changed files with 1 additions and 1 deletions
|
|
@ -761,7 +761,7 @@ public class FormBinder {
|
||||||
allResourcesPerDay.setValue((BigDecimal) null);
|
allResourcesPerDay.setValue((BigDecimal) null);
|
||||||
AllocationRow.unknownResourcesPerDay(rows);
|
AllocationRow.unknownResourcesPerDay(rows);
|
||||||
} else {
|
} else {
|
||||||
allResourcesPerDay.setValue(BigDecimal.ZERO);
|
allResourcesPerDay.setValue(BigDecimal.ONE);
|
||||||
distributeResourcesPerDayToRows();
|
distributeResourcesPerDayToRows();
|
||||||
allResourcesPerDay.focus();
|
allResourcesPerDay.focus();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue