IDEMPIERE-71 Cannot report IsParent column with different name than parent with ref table

This commit is contained in:
Carlos Ruiz 2011-09-18 16:01:28 -05:00
parent 85bbd9d621
commit 6597d3fcb9
1 changed files with 2 additions and 2 deletions

View File

@ -335,8 +335,8 @@ public class DataEngine
;
}
// -- Parent, TableDir (and unqualified Search) --
else if ( (IsParent && DisplayType.isLookup(AD_Reference_ID))
|| AD_Reference_ID == DisplayType.TableDir
else if ( /* (IsParent && DisplayType.isLookup(AD_Reference_ID)) || <-- IDEMPIERE-71 Carlos Ruiz - globalqss */
AD_Reference_ID == DisplayType.TableDir
|| (AD_Reference_ID == DisplayType.Search && AD_Reference_Value_ID == 0)
)
{