IDEMPIERE-369 Master Detail layout improvements. Fixed unnecessary severe warning "Table Not Open".

This commit is contained in:
Heng Sin Low 2013-03-01 19:59:42 +08:00
parent 4552a67fa3
commit a36ed8d030
1 changed files with 3 additions and 0 deletions

View File

@ -1105,6 +1105,9 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
public void dataIgnore() public void dataIgnore()
{ {
if (log.isLoggable(Level.FINE)) log.fine("#" + m_vo.TabNo); if (log.isLoggable(Level.FINE)) log.fine("#" + m_vo.TabNo);
if (!m_mTable.isOpen())
return;
if (m_mTable.isInserting()) if (m_mTable.isInserting())
{ {
m_currentRow--; m_currentRow--;