From: benny Date: Fri, 13 Jul 2018 08:20:42 +0000 (+0800) Subject: Pman.Tab.PersonList.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8433e6a0a20380ff03456fbfc77a80eff77a0944 Pman.Tab.PersonList.js --- diff --git a/Pman.Tab.PersonList.js b/Pman.Tab.PersonList.js index f8226d3a..b46f0949 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -461,7 +461,7 @@ Pman.Tab.PersonList.prototype = { var rec_id = rec.id; - if (!ids.length) { + if (rec_id * 1 < 1) { Roo.MessageBox.alert("Error", "Select row to delete"); return; }