[Bug #963] Fixed setting Comboitem value.

This commit is contained in:
Manuel Rego Casasnovas 2011-04-04 12:43:59 +02:00
parent e5293b4291
commit a275a03e09

View file

@ -177,6 +177,7 @@ public class CompanyPlanningController implements Composer {
@Override
public void render(Comboitem item, Object data) throws Exception {
ProgressType progressType = (ProgressType) data;
item.setValue(progressType);
item.setLabel(_(progressType.getValue()));
}
}