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?
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue