DataObjects/Core_email.php
[Pman.Core] / Pman.Tab.PersonList.js
index 258cc01..b46f094 100644 (file)
@@ -458,10 +458,10 @@ Pman.Tab.PersonList.prototype = {
                     //Pman.genericDelete(_this, 'Person'); 
                     
                     var rec = _this.grid.ds.getAt(_this.grid.selModel.last);
-                    console.log(_this.paging.onClick('refresh'););  
-                    var ids = [];
-                    ids.push(rec.id);
-                    if (!ids.length) {
+                    
+                    var rec_id = rec.id;
+                    
+                    if (rec_id * 1 < 1) {
                         Roo.MessageBox.alert("Error", "Select row to delete");
                         return;
                     }
@@ -480,8 +480,8 @@ Pman.Tab.PersonList.prototype = {
                                     _delete  : ids.join(',')
                                 },
                                 success : function() {
-                                    
-                                    _this.grid.footer.onClick('refresh');
+                                    _this.paging.onClick('refresh');
+                                    //_this.grid.footer.onClick('refresh');
                                 }
                             });
                         }