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:
phib 2009-08-14 01:27:58 +00:00
parent 80a06b85cf
commit a53e0ffa42
1 changed files with 3 additions and 1 deletions

View File

@ -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 */