Go to home page on clicking left arrow in note list
This commit is contained in:
parent
ef5407479a
commit
2b0e4266cf
5
erpnext/utilities/doctype/note/note_list.js
Normal file
5
erpnext/utilities/doctype/note/note_list.js
Normal file
@ -0,0 +1,5 @@
|
||||
frappe.listview_settings['Note'] = {
|
||||
set_title_left: function() {
|
||||
frappe.set_route();
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user