Pman.Tab.AdminCompanies.bjs
[Pman.Admin] / Pman.Tab.AdminCompanies.js
index d8b9bf2..8b5f835 100644 (file)
@@ -188,9 +188,7 @@ Pman.Tab.AdminCompanies = new Roo.XComponent({
                     Roo.MessageBox.alert("Error", s.length ? "Select only one Row" : "Select a Row");
                     return;
                 }
-                if (!_this.dialog) {
-                    return;
-                }
+                
                 _this.dialog.show(s[0].data, function() {
                     _this.grid.footer.onClick('first');
                 });