Pman.Tab.AdminEnum.bjs
[Pman.Admin] / Pman.Tab.AdminEnum.js
index 9b1075d..2ab671e 100644 (file)
@@ -648,8 +648,8 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
            click : function()
             {
                 console.log(_this.grid.getSelectionModel().selection);
-                var s = _this.grid.getSelectionModel();
-                consol
+                var s = _this.grid.getSelectionModel().getSelections();
+                
                 if (!s.length)  {
                     Roo.MessageBox.alert("Error", "Select a Row");
                     return;