[Bug #963] Fixed setting Comboitem value.
This commit is contained in:
parent
e5293b4291
commit
a275a03e09
1 changed files with 1 additions and 0 deletions
|
|
@ -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()));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue