Pman.Tab.PersonList.js
[Pman.Core] / Pman.Tab.PersonList.js
index 040a665..210908e 100644 (file)
@@ -455,12 +455,12 @@ Pman.Tab.PersonList.prototype = {
                 hidden : !Pman.hasPerm(_this.permName, 'D'),    
                 icon: rootURL + '/Pman/templates/images/trash.gif',
                 handler : function(){
-                    //Pman.genericDelete(_this, 'Person'); 
+                    Pman.genericDelete(_this, 'Person'); 
                     
 
-                    var rec = _this.grid.ds.getAt(rowIndex);
-            
-                    console.log(rec);
+                   
+                        
+                   
                     /*if (!ids.length) {
                         Roo.MessageBox.alert("Error", "Select rows by clicking on the Internal# column");
                         return;