IDEMPIERE-593 Save can empty location fields.

This commit is contained in:
Heng Sin Low 2013-02-26 11:45:52 +08:00
parent 78aa3ede3e
commit 002c3c474d
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public final class MLocationLookup extends Lookup
*/
public boolean containsKey (Object key)
{
return getLocation(key, null) == null;
return getLocation(key, null) != null;
} // containsKey