Pman.Tab.PersonList.js
[Pman.Core] / Pman.Tab.PersonList.js
index 83ec055..a0bb125 100644 (file)
@@ -457,11 +457,10 @@ Pman.Tab.PersonList.prototype = {
                 handler : function(){
                     //Pman.genericDelete(_this, 'Person'); 
                     
-                    var di = this.grid.RowSelectionModel.getSelected();
-                    console.log(this);
+console.log(_this);
                     var rec = _this.grid.ds.getAt(rowIndex);
-            
-                    console.log(ids.length);
+                        
+                   
                     /*if (!ids.length) {
                         Roo.MessageBox.alert("Error", "Select rows by clicking on the Internal# column");
                         return;