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:
parent
7e98b67a2b
commit
573e919b3a
|
@ -992,6 +992,7 @@ public class FindWindow extends Window implements EventListener<Event>, ValueCha
|
||||||
|
|
||||||
public void onEvent(Event event) throws Exception
|
public void onEvent(Event event) throws Exception
|
||||||
{
|
{
|
||||||
|
m_createNew = false;
|
||||||
if (Events.ON_SELECT.equals(event.getName()))
|
if (Events.ON_SELECT.equals(event.getName()))
|
||||||
{
|
{
|
||||||
if (event.getTarget() instanceof Listbox)
|
if (event.getTarget() instanceof Listbox)
|
||||||
|
|
Loading…
Reference in New Issue