IDEMPIERE-1330 active buttons in Purchase Order and Material Receipt. Fixed false alarm printed to console.

This commit is contained in:
Heng Sin Low 2013-09-06 00:58:18 +08:00
parent e7f227786b
commit 9b84f465db
1 changed files with 3 additions and 1 deletions

View File

@ -2427,7 +2427,9 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
// Table Open?
if (!m_mTable.isOpen())
{
log.log (Level.SEVERE, "Table not open", new Exception("Table not open"));
if (targetRow >= 0)
log.log (Level.SEVERE, "Table not open", new Exception("Table not open"));
return -1;
}
// Row Count