IDEMPIERE-1254 Bug with fields based on lists in swing mode
This commit is contained in:
parent
f7c94286ff
commit
85228c17e5
|
@ -62,6 +62,8 @@ public final class ValueNamePair extends NamePair
|
|||
*/
|
||||
public String getID()
|
||||
{
|
||||
if("".equals(m_value))
|
||||
return null;
|
||||
return m_value;
|
||||
} // getID
|
||||
|
||||
|
|
Loading…
Reference in New Issue