following Teo Sarca's advice to use 'false' instead of 'N'. Tested with JUnit, all values passed.
Thanks to Teo Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2214883
This commit is contained in:
parent
478075d45d
commit
6de09769ff
|
@ -57,7 +57,7 @@ public class MAttribute extends X_M_Attribute
|
|||
if (onlyProductAttributes)
|
||||
{
|
||||
sql += " AND IsInstanceAttribute=?";
|
||||
params.add("N");
|
||||
params.add(false);
|
||||
}
|
||||
if (onlyListAttributes)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue