IDEMPIERE-1095 quick entry doesn't refresh fields after updating data

This commit is contained in:
Richard Morales 2013-06-23 14:17:45 -05:00
parent c53e0f08c7
commit a13e69fbef
1 changed files with 1 additions and 0 deletions

View File

@ -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());
}