IDEMPIERE-364 Improve Grid Layout
This commit is contained in:
parent
ab54f80937
commit
e84a3a5e10
|
@ -563,7 +563,7 @@ public class CustomizeGridViewPanel extends Panel
|
|||
//
|
||||
if(ok) {
|
||||
m_saved = true;
|
||||
FDialog.info(m_WindowNo, null, "Saved");
|
||||
// FDialog.info(m_WindowNo, null, "Saved");
|
||||
getParent().detach();
|
||||
if(gridPanel!=null){
|
||||
gridPanel.reInit();
|
||||
|
|
Loading…
Reference in New Issue