IDEMPIERE-426 Product Attribute Assignment Window is being duplicated

This commit is contained in:
Carlos Ruiz 2012-09-17 09:56:14 -05:00
parent d7345e64f4
commit f78d6dbcf2
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public class WPAttributeEditor extends WEditor implements ContextMenuListener
private void initComponents() {
getComponent().setButtonImage("images/PAttribute10.png");
getComponent().addEventListener(Events.ON_CLICK, this);
// getComponent().addEventListener(Events.ON_CLICK, this); // IDEMPIERE-426 - dup listener, already set at WEditor
m_WindowNo = gridField.getWindowNo();
m_mPAttribute = gridField.getLookup();