IDEMPIERE-1330 active buttons in Purchase Order and Material Receipt. Fixed false alarm printed to console.
This commit is contained in:
parent
e7f227786b
commit
9b84f465db
|
@ -2427,7 +2427,9 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
|
||||||
// Table Open?
|
// Table Open?
|
||||||
if (!m_mTable.isOpen())
|
if (!m_mTable.isOpen())
|
||||||
{
|
{
|
||||||
|
if (targetRow >= 0)
|
||||||
log.log (Level.SEVERE, "Table not open", new Exception("Table not open"));
|
log.log (Level.SEVERE, "Table not open", new Exception("Table not open"));
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
// Row Count
|
// Row Count
|
||||||
|
|
Loading…
Reference in New Issue