IDEMPIERE-364 Improve Grid Layout

This commit is contained in:
Carlos Ruiz 2012-11-16 13:33:07 -05:00
parent ab54f80937
commit e84a3a5e10
1 changed files with 1 additions and 1 deletions

View File

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