IDEMPIERE-1761 Report tree cache issue
This commit is contained in:
parent
ce45dcf0f3
commit
aab81ae1c7
|
@ -50,7 +50,7 @@ public class MReportTree
|
||||||
*/
|
*/
|
||||||
public static MReportTree get (Properties ctx, int PA_Hierarchy_ID, String ElementType)
|
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);
|
MReportTree tree = (MReportTree)s_trees.get(key);
|
||||||
if (tree == null)
|
if (tree == null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue