Pman.Tab.AdminContacts.bjs
[Pman.Admin] / Pman.Tab.AdminCompanies.bjs
index c13d5c5..5f2567f 100644 (file)
@@ -52,9 +52,9 @@
        "listeners" : {
         "|activate" : "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
        },
-       "background" : true,
        "region" : "center",
        "fitToframe" : true,
+       "background" : true,
        "title" : "Companies",
        "xtype" : "GridPanel",
        "fitContainer" : true,
            "$ renderer" : "function (v,x ,r) {\n    //return Pman.Dialog.Companies.comptypeListToString(r.data.isOwner ? 'OWNER' : v);\n    return v;\n}",
            "$ xns" : "Roo.grid",
            "* prop" : "colModel[]",
-           "dataIndex" : "comptype"
+           "dataIndex" : "comptype_id_display_name"
           },
           {
            "xtype" : "ColumnModel",