[ adempiere-Bugs-2707469 ] ZK WebUI: grid Missing in "Material Transactions"

- another dialog with the same issue.
This commit is contained in:
Heng Sin Low 2009-03-24 03:25:06 +00:00
parent 5714dd4493
commit 3652cc41c8
1 changed files with 2 additions and 1 deletions

View File

@ -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("?");