From 3652cc41c85bbfda6605806dd3eaf22976e93063 Mon Sep 17 00:00:00 2001 From: Heng Sin Low Date: Tue, 24 Mar 2009 03:25:06 +0000 Subject: [PATCH] [ adempiere-Bugs-2707469 ] ZK WebUI: grid Missing in "Material Transactions" - another dialog with the same issue. --- .../WEB-INF/src/org/adempiere/webui/window/WAccountDialog.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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("?");