IDEMPIERE-1425 Account element improvements

This commit is contained in:
Carlos Ruiz 2015-01-11 21:10:46 -05:00
parent 652c65aedd
commit b9bfc63cec
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ public class MTree extends MTree_Base
sqlNode.append("f.JSPURL");
sqlNode.append(" IS NOT NULL))");
}
} else if (getTreeType().equals(TREETYPE_ElementValue)) {
} else if (isTreeDrivenByValue()) {
sqlNode.append("SELECT t.").append(columnNameX)
.append("_ID, t.Value || ' - ' || t.Name, t.Description, t.IsSummary,").append(color)
.append(" FROM ").append(fromClause);