From 3783b4215356e381aaf0e17bb588b3594140903e Mon Sep 17 00:00:00 2001 From: benny Date: Fri, 13 Jul 2018 16:04:05 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index b4483107..6b90ffb3 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -461,8 +461,9 @@ Pman.Tab.PersonList.prototype = { console.log(rec); - - /*if (!ids.length) { + var ids = []; + ids.push(rec.id); + if (!ids.length) { Roo.MessageBox.alert("Error", "Select rows by clicking on the Internal# column"); return; } @@ -485,7 +486,7 @@ Pman.Tab.PersonList.prototype = { } }); } - );*/ + ); -- 2.39.2