IDEMPIERE-996 Problem with searches when a tab is based on a view

This commit is contained in:
Richard Morales 2013-06-13 21:39:20 -05:00
parent 43f13d6a8c
commit b4e46ac3f5
1 changed files with 2 additions and 1 deletions

View File

@ -2844,6 +2844,7 @@ public class GridTable extends AbstractTableModel
} }
// update buffer // update buffer
if (rowDataDB!=null)
setDataAtRow(row, rowDataDB); setDataAtRow(row, rowDataDB);
// info // info
m_rowData = null; m_rowData = null;