mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
fixes to comment in my company
This commit is contained in:
@@ -657,7 +657,7 @@ MemberCoversationComment = function(cell, det, conv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var st = (!det.docstatus ? {fontWeight: 'bold'} : null);
|
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) {
|
if(det.full_name==user) {
|
||||||
$y(this.wrapper, {backgroundColor: '#D9D9F3'});
|
$y(this.wrapper, {backgroundColor: '#D9D9F3'});
|
||||||
|
|||||||
Reference in New Issue
Block a user