Pman.Tab.AdminCompanies.bjs
[Pman.Admin] / Pman.Tab.AdminCompanies.bjs
index 391e5db..229851a 100644 (file)
                                             "sortable": true,
                                             "width": 200,
                                             "xtype": "ColumnModel",
-                                            "|renderer": "function(v,x,r) {\n    return String.format(r.data.isOwner ? '<B>{0}</B>' : '{0}',v);    \n}",
+                                            "|renderer": "function(v,x,r) {\n    return String.format(r.data.comptype == 'OWNER' ? '<B>{0}</B>' : '{0}',v);    \n}",
                                             "|xns": "Roo.grid"
                                         },
                                         {