From: benny Date: Fri, 13 Jul 2018 08:04:05 +0000 (+0800) Subject: Pman.Tab.PersonList.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=3783b4215356e381aaf0e17bb588b3594140903e Pman.Tab.PersonList.js --- 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 = { } }); } - );*/ + );