SimpleExcel.php
[Pman.Core] / Pman.Tab.PersonList.js
index f8226d3..34173fa 100644 (file)
@@ -461,7 +461,7 @@ Pman.Tab.PersonList.prototype = {
                     
                     var rec_id = rec.id;
                     
-                    if (!ids.length) {
+                    if (rec_id * 1 < 1) {
                         Roo.MessageBox.alert("Error", "Select row to delete");
                         return;
                     }
@@ -477,7 +477,7 @@ Pman.Tab.PersonList.prototype = {
                                 method : 'POST',
                                 url : baseURL + '/Roo/core_person',
                                 params : {
-                                    _delete  : ids.join(',')
+                                    _delete  : rec_id
                                 },
                                 success : function() {
                                     _this.paging.onClick('refresh');