IDEMPIERE-593 Save can empty location fields.
This commit is contained in:
parent
78aa3ede3e
commit
002c3c474d
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue