Backout 0feba6d / IDEMPIERE-2048 Simple find doesn't work on tabs with Account columns
This commit is contained in:
parent
3053494e47
commit
22b84e058f
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue