mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 22:18:27 +00:00
[icons] added icons to forms, toolbars, moduleview, doclistview, reportview
This commit is contained in:
@@ -56,7 +56,7 @@ erpnext.ActivityFeed = Class.extend({
|
||||
|
||||
// link
|
||||
if(data.doc_name && data.feed_type!='Login') {
|
||||
data.link = repl('<a href="#!Form/%(doc_type)s/%(doc_name)s">%(doc_name)s</a>', data)
|
||||
data.link = wn.format(data.doc_name, {"fieldtype":"Link", "options":data.doc_type})
|
||||
} else {
|
||||
data.link = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user