[Bug #1270] Fix problem the first time you choose a progress type

FEA: ItEr75S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2011-11-18 08:12:51 +01:00
parent d99c33e90f
commit 92311bc039

View file

@ -152,8 +152,8 @@ public class CompanyPlanningController implements Composer {
@Override
public void onEvent(Event event) {
planner.updateCompletion(getSelectedProgressType().toString());
planner.forcedShowAdvances();
planner.updateCompletion(getSelectedProgressType().toString());
}
private ProgressType getSelectedProgressType() {