Pman.Tab.AdminContactsGroupRight.bjs
[Pman.Admin] / Pman.Tab.AdminContactsGroupRight.js
index 00060d9..50fb4fa 100644 (file)
@@ -725,9 +725,11 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                         width : 300,
                         renderer : function(v,x,r)
                         {
+                            if (r.json.descript && r.json.descript.length) {
+                                return String.format('{0}',r.json.descript);
+                            }
                             
-                            
-                            return v;
+                            return '???' + v;
                         }
                     },
                     {