BUG-13624 SOLVED 'Keep the records of the table' default value On

This commit is contained in:
Roly Rudy Gutierrez Pinto
2013-12-06 11:49:43 -04:00
parent 3d1a1ccbb1
commit 98c4453aa1

View File

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