mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 00:25:01 +00:00
Go to home page on clicking left arrow in note list
This commit is contained in:
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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user