IDEMPIERE-3269 Field to show read-only grid / fix integration issue adding same method as IDEMPIERE-2331
This commit is contained in:
parent
7b0ce20cb8
commit
d23d6a1b44
|
@ -155,10 +155,6 @@ public class GridTab implements DataStatusListener, Evaluatee, Serializable
|
|||
// The window of this tab
|
||||
private GridWindow m_window;
|
||||
|
||||
public GridWindow getGridWindow() {
|
||||
return m_window;
|
||||
}
|
||||
|
||||
/** The Table Model for Query */
|
||||
private GridTable m_mTable = null;
|
||||
|
||||
|
|
Loading…
Reference in New Issue