Merge pull request #2187 from gproly/BUG-13624

BUG-13624 SOLVED 'Keep the records of the table' default value On
This commit is contained in:
julceslauhub
2013-12-06 09:33:31 -08:00

View File

@@ -681,6 +681,7 @@ Ext.onReady(function(){
xtype: "checkbox",
id: "chkKeepData",
name: "chkKeepData",
checked : true,
boxLabel: _("ID_PMTABLE_DATA_KEEP")
}
]