IDEMPIERE-5567 Support of UUID as Key (FHCA-4195) - fix issue reported by Murilo (#1868)
This commit is contained in:
parent
579f4837a9
commit
116b5b4db1
|
@ -810,7 +810,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
|
|||
+ " INNER JOIN AD_Column cc ON (r.AD_Key=cc.AD_Column_ID) "
|
||||
+ "WHERE c.AD_Reference_ID IN (?,?,?,?)"
|
||||
+ " AND c.ColumnName=?";
|
||||
String refColName = DB.getSQLValueStringEx(null, sql1, DisplayType.Table, DisplayType.Search, DisplayType.TableUU, DisplayType.SearchUU);
|
||||
String refColName = DB.getSQLValueStringEx(null, sql1, DisplayType.Table, DisplayType.Search, DisplayType.TableUU, DisplayType.SearchUU, colName);
|
||||
// Reference Column found
|
||||
if (refColName != null)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue