IDEMPIERE-5708 Show in grid value in dictionary cannot be overriden by customize (#1820)
This commit is contained in:
parent
66b8271c2b
commit
31779a7611
|
@ -1302,7 +1302,7 @@ public class GridField
|
||||||
{
|
{
|
||||||
// ** static content **
|
// ** static content **
|
||||||
// not displayed
|
// not displayed
|
||||||
if (!m_vo.IsDisplayedGrid)
|
if (!m_vo.IsDisplayedGrid && !m_vo.IsDisplayed)
|
||||||
return false;
|
return false;
|
||||||
// no restrictions
|
// no restrictions
|
||||||
if (m_vo.DisplayLogic.equals(""))
|
if (m_vo.DisplayLogic.equals(""))
|
||||||
|
|
Loading…
Reference in New Issue