fixes to comment in my company

This commit is contained in:
Rushabh Mehta 2011-08-30 14:17:33 +05:30
parent 0b230d1165
commit 385a3792e1

View File

@ -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'});