Pman.js
authorAlan Knowles <alan@roojs.com>
Thu, 16 Jan 2014 05:10:24 +0000 (13:10 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 16 Jan 2014 05:10:24 +0000 (13:10 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index 66a3d3a..1fde84a 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -553,9 +553,9 @@ Pman = new Roo.Document(
             Roo.MessageBox.alert("Error", "Select at least one Row to delete" );
             return '';
         }
-        
+        var reader = tab.grid.reader || tab.grid.ds.reader;
         for(var i = 0; i < s.length; i++) {
-            r.push(tab.grid.reader.getId(s[i]));
+            r.push(reader.getId(s[i]));
         }
     
         Roo.MessageBox.confirm("Confirm", "Are you sure you want to delete that?",