Pman.Tab.AdminContactsGroupRight.bjs
[Pman.Admin] / Pman.Tab.AdminContactsGroupRight.js
index 00619f6..e82f224 100644 (file)
@@ -389,7 +389,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                         dataIndex : 'accessmask_P',
                         header : 'Print/Export',
                         width : 75,
-                        renderer : function(v) {  
+                        renderer : function(v,x,r) {  
                             var state = v> 0 ?  '-checked' : '';
                         
                             return '<img class="x-grid-check-icon' + state + '" src="' + Roo.BLANK_IMAGE_URL + '"/>';