From 385a3792e16821bd930136eabad666f8f4e884a9 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 30 Aug 2011 14:17:33 +0530 Subject: [PATCH] fixes to comment in my company --- home/page/my_company/my_company.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/page/my_company/my_company.js b/home/page/my_company/my_company.js index c2a55eab03c..9da7e9bd2d7 100644 --- a/home/page/my_company/my_company.js +++ b/home/page/my_company/my_company.js @@ -657,7 +657,7 @@ MemberCoversationComment = function(cell, det, conv) { } var st = (!det.docstatus ? {fontWeight: 'bold'} : null); - this.msg = $a(this.comment, 'span', 'social', st, ': ' + det.creation); + this.msg = $a(this.comment, 'span', 'social', st, ': ' + det.comment); if(det.full_name==user) { $y(this.wrapper, {backgroundColor: '#D9D9F3'});