IDEMPIERE-4417 Cancel ASI selection not closing properly (#411)

Co-authored-by: Alan Lescano <alan.lesc1@gmail.com>
This commit is contained in:
Carlos Ruiz 2020-11-26 05:41:49 +01:00 committed by GitHub
parent 8576879f1f
commit 333d35a504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -307,9 +307,9 @@ public class WPAttributeInstance extends Window implements EventListener<Event>
detach(); detach();
else if (e.getTarget().getId().equals("Cancel")) else if (e.getTarget().getId().equals("Cancel"))
{ {
detach();
m_M_AttributeSetInstance_ID = -1; m_M_AttributeSetInstance_ID = -1;
m_M_AttributeSetInstanceName = null; m_M_AttributeSetInstanceName = null;
detach();
} }
else if (e.getTarget() == showAll) else if (e.getTarget() == showAll)
{ {