commit | 2b0e4266cf3a945ea4a74fb1f44d03677ef839c2 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Fri May 02 19:43:11 2014 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Fri May 02 19:43:11 2014 +0530 |
tree | 6ec905a6ffc6bea6e34062e67455dfb51f44513a | |
parent | ef5407479a98dd7f2d8c264612d21a3aaf10af47 [diff] |
Go to home page on clicking left arrow in note list
diff --git a/erpnext/utilities/doctype/note/note_list.js b/erpnext/utilities/doctype/note/note_list.js new file mode 100644 index 0000000..b188941 --- /dev/null +++ b/erpnext/utilities/doctype/note/note_list.js
@@ -0,0 +1,5 @@ +frappe.listview_settings['Note'] = { + set_title_left: function() { + frappe.set_route(); + } +}