IDEMPIERE-1095 quick entry doesn't refresh fields after updating data
This commit is contained in:
parent
c53e0f08c7
commit
a13e69fbef
|
@ -524,6 +524,7 @@ public class WSearchEditor extends WEditor implements ContextMenuListener, Value
|
|||
lookup.getDirect(new Integer(result), false, true);
|
||||
setValue(new Integer(result));
|
||||
actionCombo (new Integer(result)); // data binding
|
||||
lookup.refresh();
|
||||
|
||||
//setValue(getValue());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue