IDEMPIERE-377 Improve current search dialog box - Lookup button on toolbar continues to insert a new record - Thanks to Juliana

This commit is contained in:
Carlos Ruiz 2013-01-21 21:59:48 -08:00
parent 7e98b67a2b
commit 573e919b3a
1 changed files with 1 additions and 0 deletions

View File

@ -992,6 +992,7 @@ public class FindWindow extends Window implements EventListener<Event>, ValueCha
public void onEvent(Event event) throws Exception
{
m_createNew = false;
if (Events.ON_SELECT.equals(event.getName()))
{
if (event.getTarget() instanceof Listbox)