IDEMPIERE-5708 Show in grid value in dictionary cannot be overriden by customize (#1820)

This commit is contained in:
Carlos Ruiz 2023-05-03 19:17:15 +02:00 committed by GitHub
parent 66b8271c2b
commit 31779a7611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1302,7 +1302,7 @@ public class GridField
{
// ** static content **
// not displayed
if (!m_vo.IsDisplayedGrid)
if (!m_vo.IsDisplayedGrid && !m_vo.IsDisplayed)
return false;
// no restrictions
if (m_vo.DisplayLogic.equals(""))