IDEMPIERE-5248 - Report View reference: list doesn't work (#1273)
* IDEMPIERE-5248 - Report View reference: list doesn't work * IDEMPIERE-5248 - inconsistancy fixed
This commit is contained in:
parent
d65acb3dbd
commit
fb6aba0287
|
@ -535,6 +535,7 @@ public class DataEngine
|
|||
}
|
||||
// TableName.ColumnName,
|
||||
sqlSELECT.append(lookupSQL).append(" AS ").append(ColumnName).append(",");
|
||||
groupByColumns.add(lookupSQL);
|
||||
pdc = new PrintDataColumn(AD_PrintFormatItem_ID, AD_Column_ID, ColumnName, AD_Reference_ID, FieldLength, orderName, isPageBreak);
|
||||
synonymNext();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue