IDEMPIERE-152 Show UUID value on Record Info - Fixed issues with dataNew and dataIgnore

This commit is contained in:
Carlos Ruiz 2012-08-17 14:55:27 -05:00
parent 54a89b0300
commit 2f6a80e4b6
1 changed files with 1 additions and 1 deletions

View File

@ -2339,7 +2339,7 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
StringBuffer info = new StringBuffer(getTableName());
/* get UUID */
if (!e.isInserting() && e.getCurrentRow() >= 0)
if (!e.isInserting() && e.getCurrentRow() >= 0 && e.getCurrentRow() < e.getTotalRows())
{
PO po = m_mTable.getPO(e.getCurrentRow());
if (po != null) {