Bug 2837180 Financial Report incorrectly excludes Inactive account element
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2837180&group_id=176962
This commit is contained in:
parent
80a06b85cf
commit
a53e0ffa42
|
@ -120,7 +120,9 @@ public class MReportTree
|
|||
+ ", PA_Hierarchy_ID=" + PA_Hierarchy_ID);
|
||||
//
|
||||
boolean clientTree = true;
|
||||
m_tree = new MTree (ctx, AD_Tree_ID, false, clientTree, null);
|
||||
m_tree = new MTree (ctx, AD_Tree_ID, true, clientTree, null); // include inactive and empty summary nodes
|
||||
// remove summary nodes without children
|
||||
m_tree.trimTree();
|
||||
} // MReportTree
|
||||
|
||||
/** Optional Hierarchy */
|
||||
|
|
Loading…
Reference in New Issue