From 8433e6a0a20380ff03456fbfc77a80eff77a0944 Mon Sep 17 00:00:00 2001 From: benny Date: Fri, 13 Jul 2018 16:20:42 +0800 Subject: [PATCH] Pman.Tab.PersonList.js --- Pman.Tab.PersonList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2