Bug #1424: Fix issue loading derived allocations

FEA: ItEr76S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2012-04-27 13:17:20 +02:00
parent f07ce4fccd
commit 0d52103791

View file

@ -129,6 +129,7 @@ public class SchedulingProgressPerOrderModel implements ISchedulingProgressPerOr
private void initializeResourceAllocations(Set<ResourceAllocation<?>> resourceAllocations) {
for (ResourceAllocation<?> each: resourceAllocations) {
each.getAssignedHours();
each.getDerivedAllocations().size();
}
}