diff --git a/zkwebui/WEB-INF/src/org/adempiere/webui/window/WAccountDialog.java b/zkwebui/WEB-INF/src/org/adempiere/webui/window/WAccountDialog.java index e43dffeb8b..7eff8d74f5 100644 --- a/zkwebui/WEB-INF/src/org/adempiere/webui/window/WAccountDialog.java +++ b/zkwebui/WEB-INF/src/org/adempiere/webui/window/WAccountDialog.java @@ -448,7 +448,8 @@ public final class WAccountDialog extends Window m_mTab.query(false); m_adTabPanel.getGridTab().addDataStatusListener(this); m_adTabPanel.activate(true); - m_adTabPanel.switchRowPresentation(); + if (!m_adTabPanel.isGridView()) + m_adTabPanel.switchRowPresentation(); statusBar.setStatusLine(s_AcctSchema.toString()); statusBar.setStatusDB("?");