IDEMPIERE-1761 Report tree cache issue

This commit is contained in:
Elaine Tan 2014-02-18 17:23:04 +08:00
parent ce45dcf0f3
commit aab81ae1c7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class MReportTree
*/
public static MReportTree get (Properties ctx, int PA_Hierarchy_ID, String ElementType)
{
String key = PA_Hierarchy_ID + ElementType;
String key = Env.getAD_Client_ID(ctx) + "_" + PA_Hierarchy_ID + ElementType;
MReportTree tree = (MReportTree)s_trees.get(key);
if (tree == null)
{