Go to home page on clicking left arrow in note list

This commit is contained in:
Anand Doshi 2014-05-02 19:43:11 +05:30
parent ef5407479a
commit 2b0e4266cf

View File

@ -0,0 +1,5 @@
frappe.listview_settings['Note'] = {
set_title_left: function() {
frappe.set_route();
}
}