IDEMPIERE-863 Process panel assigns invalid default value for reference list

This commit is contained in:
Carlos Ruiz 2013-04-23 23:21:15 -05:00
parent 516b6893c2
commit d7cac2c446
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@ ContextMenuListener, IZoomableEditor
ValueChangeEvent changeEvent = new ValueChangeEvent(this, this.getColumnName(), oldValue, newValue);
super.fireValueChange(changeEvent);
oldValue = newValue;
getComponent().setValue(newValue);
}
} finally {
onselecting = false;