mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 20:48:27 +00:00
minor fix
This commit is contained in:
@@ -33,7 +33,7 @@ erpnext.ActivityFeed = Class.extend({
|
||||
data.add_class = "label-important";
|
||||
}
|
||||
|
||||
if(date.feed_type=='Assignment') {
|
||||
if(data.feed_type=='Assignment') {
|
||||
data.add_class = "label-warning";
|
||||
}
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ $.extend(wn.pages.users, {
|
||||
if(data.file_list) {
|
||||
data.imgsrc = 'files/' + data.file_list.split('\n')[0].split(',')[1];
|
||||
} else {
|
||||
data.imgsrc = 'lib/images/ui/no_img_' + (data.gender=='Female' ? 'f' : 'm');
|
||||
data.imgsrc = 'lib/images/ui/no_img_' + (data.gender=='Female' ? 'f' : 'm') + '.gif';
|
||||
}
|
||||
data.fullname = wn.boot.user_fullnames[data.name];
|
||||
data.delete_html = '';
|
||||
|
||||
Reference in New Issue
Block a user