This commit is contained in:
Rushabh Mehta 2015-04-02 17:18:17 +05:30
parent ad85813ede
commit e82499f673

View file

@ -364,7 +364,7 @@ frappe.views.DocListView = frappe.ui.Listing.extend({
}, true);
this.page.add_menu_item(__("Customize"), function() {
frappe.set_route("Form", "Customize Form", {
doctype: me.doctype
doc_type: me.doctype
})
}, true);
}