From 6775570207509ad1c4435b8d6d0e6d3ad8d1ab00 Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Wed, 4 Jul 2007 02:43:17 +0000 Subject: [PATCH] [ 1747150 ] Can't add attributes to attribute set --- base/src/org/compiere/model/MLookup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/src/org/compiere/model/MLookup.java b/base/src/org/compiere/model/MLookup.java index c586c17959..79c752c67a 100644 --- a/base/src/org/compiere/model/MLookup.java +++ b/base/src/org/compiere/model/MLookup.java @@ -369,7 +369,7 @@ public final class MLookup extends Lookup implements Serializable public ArrayList getData (boolean mandatory, boolean onlyValidated, boolean onlyActive, boolean temporary) { // create list - ArrayList list = getData (onlyValidated, temporary); + ArrayList list = getData (onlyValidated, true); // Remove inactive choices if (onlyActive && m_hasInactive)