IDEMPIERE-1105 The find advanced, automatically replaces the current record values.

This commit is contained in:
Heng Sin Low 2013-06-25 13:29:52 +08:00
parent 4f2d489f29
commit f46eecc5ca
1 changed files with 1 additions and 0 deletions

View File

@ -1661,6 +1661,7 @@ public class FindWindow extends Window implements EventListener<Event>, ValueCha
if(field == null) return new Label("");
GridField findField = (GridField) field.clone(m_findCtx);
findField.setGridTab(null);
WEditor editor = null;
if (findField.isKey()
|| (!DisplayType.isLookup(findField.getDisplayType()) && DisplayType.isID(findField.getDisplayType())))