IDEMPIERE-5567 Support of UUID as Key (FHCA-4195) - fix zoom (#2429)

This commit is contained in:
Carlos Ruiz 2024-08-01 16:00:31 +02:00
parent 1093272fa1
commit 951f9681b2
1 changed files with 1 additions and 1 deletions

View File

@ -2204,7 +2204,7 @@ public final class Env
// PO Zoom ?
boolean isSOTrx = true;
if (table.getPO_Window_ID() != 0)
if (table.getPO_Window_ID() != 0 && ((Record_ID > 0 || Record_UU != null)))
{
String whereClause;
if (Record_UU != null)