IDEMPIERE-5774 - Fixed bug that shows cross tenant record on info window when the where clause is wrong (#2058)
This commit is contained in:
parent
74e8226ab0
commit
b272bd0c5a
|
@ -905,7 +905,9 @@ public class InfoWindow extends InfoPanel implements ValueChangeListener, EventL
|
|||
if (builder.length() > 0) {
|
||||
builder.append(" AND ");
|
||||
}
|
||||
builder.append("(");
|
||||
builder.append(infoWhereClause);
|
||||
builder.append(")");
|
||||
p_whereClause = builder.toString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue