Make method private because it's used only internally
Remove transaction annotation since it was not being effective. FEA: ItEr64S03BugFixing
This commit is contained in:
parent
111bac3e8f
commit
001006ca5a
1 changed files with 1 additions and 2 deletions
|
|
@ -1583,8 +1583,7 @@ public abstract class OrderPlanningModel implements IOrderPlanningModel {
|
|||
.getCriticalPathProgressByNumHours());
|
||||
}
|
||||
|
||||
@Transactional(readOnly=true)
|
||||
public void update() {
|
||||
private void update() {
|
||||
TaskGroup rootTask = planningState.getRootTask();
|
||||
updateCriticalPathProgress(rootTask);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue