IDEMPIERE-2048 Simple find doesn't work on tabs with Account columns

This commit is contained in:
Carlos Ruiz 2014-07-09 08:21:19 -05:00
parent b08aebfab8
commit 7bf148926e
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ public class WAccountEditor extends WEditor implements ContextMenuListener
@Override @Override
public Object getValue() public Object getValue()
{ {
//if (m_mAccount.C_ValidCombination_ID == 0)
// return null;
return new Integer (m_mAccount.C_ValidCombination_ID); return new Integer (m_mAccount.C_ValidCombination_ID);
} }