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:
Carlos Ruiz 2009-09-24 15:03:47 +00:00
parent b486e6b2d3
commit 7eae15d181
1 changed files with 1 additions and 1 deletions

View File

@ -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(",");