IDEMPIERE-2048 Simple find doesn't work on tabs with Account columns
This commit is contained in:
parent
b08aebfab8
commit
7bf148926e
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue