DataObjects/Core_person_signup.php
[Pman.Core] / Pman.Tab.CoreEmail.js
index 1cba724..ba47d46 100644 (file)
@@ -56,7 +56,7 @@ Pman.Tab.CoreEmail = new Roo.XComponent({
                                 {
                                     if (!_this.dialog) return;
                                     var data = this.getDataSource().getAt(rowIndex).data;
-                                    _this.dialog.show( {id : data.id, module : 'core'} , function() {
+                                    _this.dialog.show( {id : data.id, module : 'core_email'} , function() {
                                         _this.grid.footer.onClick('first');
                                     }); 
                                 },