Pman.Tab.AdminCompanies.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2012 03:21:22 +0000 (11:21 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2012 03:21:22 +0000 (11:21 +0800)
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"
                                         },
                                         {