IDEMPIERE-1254 Bug with fields based on lists in swing mode

This commit is contained in:
Thomas Bayen 2013-12-30 20:39:45 -05:00
parent f7c94286ff
commit 85228c17e5
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ public final class ValueNamePair extends NamePair
*/
public String getID()
{
if("".equals(m_value))
return null;
return m_value;
} // getID