IDEMPIERE-71 Cannot report IsParent column with different name than parent with ref table
This commit is contained in:
parent
85bbd9d621
commit
6597d3fcb9
|
@ -335,8 +335,8 @@ public class DataEngine
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
// -- Parent, TableDir (and unqualified Search) --
|
// -- Parent, TableDir (and unqualified Search) --
|
||||||
else if ( (IsParent && DisplayType.isLookup(AD_Reference_ID))
|
else if ( /* (IsParent && DisplayType.isLookup(AD_Reference_ID)) || <-- IDEMPIERE-71 Carlos Ruiz - globalqss */
|
||||||
|| AD_Reference_ID == DisplayType.TableDir
|
AD_Reference_ID == DisplayType.TableDir
|
||||||
|| (AD_Reference_ID == DisplayType.Search && AD_Reference_Value_ID == 0)
|
|| (AD_Reference_ID == DisplayType.Search && AD_Reference_Value_ID == 0)
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue