Backout 0feba6d / IDEMPIERE-2048 Simple find doesn't work on tabs with Account columns

This commit is contained in:
Carlos Ruiz 2018-07-24 14:50:20 +02:00
parent 3053494e47
commit 22b84e058f
1 changed files with 2 additions and 2 deletions

View File

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