Skip to content

Commit

Permalink
IDEMPIERE-6247: Issue with Zoom Across when several records should op…
Browse files Browse the repository at this point in the history
…en a window using ZoomCondition (idempiere#2464)
  • Loading branch information
nmicoud authored Oct 4, 2024
1 parent 6443503 commit 323571d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ public boolean evaluate(String whereClause)

MTable table = MTable.get(Env.getCtx(), getAD_Table_ID());
String tableName = table.getTableName();
StringBuilder builder = new StringBuilder("SELECT Count(*) FROM ");
StringBuilder builder = new StringBuilder("SELECT 1 FROM ");
builder.append(tableName)
.append(" WHERE ")
.append(whereClause)
Expand Down

0 comments on commit 323571d

Please sign in to comment.