remove set_title_left

This commit is contained in:
Rushabh Mehta 2014-08-25 13:01:45 +05:30
parent e8dd4160d4
commit 7a6ab91080
3 changed files with 0 additions and 13 deletions

View File

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

View File

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

View File

@ -1,6 +1,3 @@
frappe.listview_settings['Note'] = {
add_fields: ["title", "public"],
set_title_left: function() {
frappe.set_route();
}
}