Pman.Tab.AdminCompanies.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 12 May 2011 08:44:28 +0000 (16:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 12 May 2011 08:44:28 +0000 (16:44 +0800)
Pman.Tab.AdminCompanies.js

index 30337c0..4eb714d 100644 (file)
@@ -71,9 +71,11 @@ Pman.Tab.AdminCompanies = new Roo.util.Observable({
                                 rowdblclick : function (_self, rowIndex, e)
                                 {
                                     if (!_this.dialog) return;
-                                    _this.dialog.show( this.getDataSource().getAt(rowIndex), function() {
+                                    _this.dialog.show( this.getDataSource().getAt(rowIndex).data, function() {
                                         _this.grid.footer.onClick('first');
                                     }); 
+                                    
+                                    
                                 },
                                 rowclick : function (_self, rowIndex, e)
                                 {