IDEMPIERE-5567 Support of UUID as Key (FHCA-4195) - fix zoom (#2429)
This commit is contained in:
parent
1093272fa1
commit
951f9681b2
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue