From: benny Date: Fri, 13 Jul 2018 08:15:41 +0000 (+0800) Subject: Pman.Tab.PersonList.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8aada91d09a29ccf2b3a90d96d4a9d8ebd350c3b Pman.Tab.PersonList.js --- diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 74cc585a..b8a3c39a 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -458,7 +458,7 @@ Pman.Tab.PersonList.prototype = { //Pman.genericDelete(_this, 'Person'); var rec = _this.grid.ds.getAt(_this.grid.selModel.last); - console.log(rec); + console.log(_this.paging); var ids = []; ids.push(rec.id); if (!ids.length) {