From a24741cf3550ca33d0a092c047532b8d1ebd239c Mon Sep 17 00:00:00 2001 From: benny Date: Fri, 13 Jul 2018 16:04:21 +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 6b90ffb3..66470b3c 100644 --- a/Pman.Tab.PersonList.js +++ b/Pman.Tab.PersonList.js @@ -464,7 +464,7 @@ Pman.Tab.PersonList.prototype = { var ids = []; ids.push(rec.id); if (!ids.length) { - Roo.MessageBox.alert("Error", "Select rows by clicking on the Internal# column"); + Roo.MessageBox.alert("Error", "Select row to delete"); return; } -- 2.39.2