From a7942f4e1abc012738f5902956a605106d79d070 Mon Sep 17 00:00:00 2001 From: benny Date: Fri, 13 Jul 2018 15:41:47 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index 4b098ef1..a0bb125e 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -457,10 +457,10 @@ Pman.Tab.PersonList.prototype = { handler : function(){ //Pman.genericDelete(_this, 'Person'); - +console.log(_this); var rec = _this.grid.ds.getAt(rowIndex); - console.log(_this); - console.log(rec); + + /*if (!ids.length) { Roo.MessageBox.alert("Error", "Select rows by clicking on the Internal# column"); return; -- 2.39.2