IDEMPIERE-3269 Field to show read-only grid / fix integration issue adding same method as IDEMPIERE-2331

This commit is contained in:
Carlos Ruiz 2016-12-15 14:08:16 +01:00
parent 7b0ce20cb8
commit d23d6a1b44
1 changed files with 0 additions and 4 deletions

View File

@ -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;