[Bug #1314] Fix problem in materials report
Initializing scheduling states from order in order to avoid the issue. FEA: ItEr75S04BugFixing
This commit is contained in:
parent
b81c6c8705
commit
fd68b45c31
1 changed files with 2 additions and 0 deletions
|
|
@ -203,6 +203,8 @@ public class TimeLineRequiredMaterialModel implements
|
|||
for (MaterialAssignment material : listMaterialAssignment) {
|
||||
OrderElement order = orderDAO.loadOrderAvoidingProxyFor(material
|
||||
.getOrderElement());
|
||||
// Load scheduling states
|
||||
order.getSchedulingState();
|
||||
|
||||
TaskElement task = findTaskBy(material);
|
||||
reloadTask(task);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue