Pman.Tab.AdminCompanies.js
authorAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2012 03:20:53 +0000 (11:20 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Dec 2012 03:20:53 +0000 (11:20 +0800)
Pman.Tab.AdminCompanies.js

index b113cdd..b0a7866 100644 (file)
@@ -516,7 +516,7 @@ Pman.Tab.AdminCompanies = new Roo.XComponent({
                                     sortable : true,
                                     width : 200,
                                     renderer : function(v,x,r) {
-                                        return String.format(r.data.isOwner ? '<B>{0}</B>' : '{0}',v);    
+                                        return String.format(r.data.comptype == 'OWNER' ? '<B>{0}</B>' : '{0}',v);    
                                     }
                                 },
                                 {