Pman.Dialog.CoreCompanies.bjs
[Pman.Core] / Pman.Dialog.CoreCompanies.js
index f04412c..840691c 100644 (file)
@@ -71,8 +71,8 @@ Pman.Dialog.CoreCompanies = {
                                         var meth = _this.data.comptype == 'OWNER' ? 'disable' : 'enable';
                                      
                                             
-                                        if (_this.form.findField('comptype_id')) {
-                                            _this.form.findField('comptype_id')[meth]();
+                                        if (_this.form.findField('comptype')) {
+                                            _this.form.findField('comptype')[meth]();
                                         }
                                          
                                        // _this.loaded();
@@ -127,11 +127,11 @@ Pman.Dialog.CoreCompanies = {
                                             emptyText : "Select Type",
                                             fieldLabel : 'Type',
                                             forceSelection : true,
-                                            hiddenName : 'comptype_id',
+                                            hiddenName : 'comptype',
                                             listWidth : 250,
                                             loadingText : "Searching...",
                                             minChars : 2,
-                                            name : 'comptype',
+                                            name : 'comptype_display_name',
                                             pageSize : 20,
                                             qtip : "Select type",
                                             queryParam : 'query[name]',
@@ -139,7 +139,7 @@ Pman.Dialog.CoreCompanies = {
                                             tpl : '<div class="x-grid-cell-text x-btn button"><b>{name}</b> : {display_name}</div>',
                                             triggerAction : 'all',
                                             typeAhead : false,
-                                            valueField : 'id',
+                                            valueField : 'name',
                                             width : 200,
                                             store : {
                                                 xtype: 'Store',
@@ -206,6 +206,15 @@ Pman.Dialog.CoreCompanies = {
                                             qtip : "Enter Email Address",
                                             width : 300
                                         },
+                                        {
+                                            xtype: 'TextField',
+                                            xns: Roo.form,
+                                            allowBlank : true,
+                                            fieldLabel : 'Email',
+                                            name : 'email',
+                                            qtip : "Enter Email Address",
+                                            width : 300
+                                        },
                                         {
                                             xtype: 'TextField',
                                             xns: Roo.form,