Partial revert of revision 10347 - BF [ 2865545 ] Error if not all parts of multikey are lookups
https://sourceforge.net/tracker/?func=detail&aid=2865545&group_id=176962&atid=879332
This commit is contained in:
parent
b486e6b2d3
commit
7eae15d181
|
@ -301,7 +301,7 @@ public class DataEngine
|
|||
PrintDataColumn pdc = null;
|
||||
|
||||
// -- Key --
|
||||
if (IsKey && DisplayType.isLookup(AD_Reference_ID))
|
||||
if (IsKey)
|
||||
{
|
||||
// => Table.Column,
|
||||
sqlSELECT.append(tableName).append(".").append(ColumnName).append(",");
|
||||
|
|
Loading…
Reference in New Issue