Pman.Tab.PersonList.js
authorbenny <benny@roojs.com>
Fri, 13 Jul 2018 08:04:05 +0000 (16:04 +0800)
committerbenny <benny@roojs.com>
Fri, 13 Jul 2018 08:04:05 +0000 (16:04 +0800)
Pman.Tab.PersonList.js

index b448310..6b90ffb 100644 (file)
@@ -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 = {
                                 }
                             });
                         }
-                    );*/
+                    );