mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
Merge branch 'master' of github.com:webnotes/erpnext into production
This commit is contained in:
@@ -32,7 +32,7 @@ erpnext.ActivityFeed = Class.extend({
|
||||
},
|
||||
scrub_data: function(data) {
|
||||
data.by = wn.user_info(data.owner).fullname;
|
||||
data.imgsrc = wn.user_info(data.owner).image;
|
||||
data.imgsrc = wn.utils.get_file_link(wn.user_info(data.owner).image);
|
||||
|
||||
// feedtype
|
||||
if(!data.feed_type) {
|
||||
|
||||
Reference in New Issue
Block a user