IDEMPIERE-2028 Find not requerying if not changed / restore one line deleted by mistake

This commit is contained in:
Carlos Ruiz 2014-06-30 13:10:29 -05:00
parent 1ec538db0b
commit 15596ee282
1 changed files with 1 additions and 0 deletions

View File

@ -624,6 +624,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
if (log.isLoggable(Level.FINE)) log.fine("#" + m_vo.TabNo if (log.isLoggable(Level.FINE)) log.fine("#" + m_vo.TabNo
+ " - Only Current Rows=" + onlyCurrentRows + " - Only Current Rows=" + onlyCurrentRows
+ ", Days=" + onlyCurrentDays + ", Detail=" + isDetail()); + ", Days=" + onlyCurrentDays + ", Detail=" + isDetail());
m_oldQuery = m_query.getWhereClause();
m_vo.onlyCurrentRows = onlyCurrentRows; m_vo.onlyCurrentRows = onlyCurrentRows;
m_vo.onlyCurrentDays = onlyCurrentDays; m_vo.onlyCurrentDays = onlyCurrentDays;