[fix] frappe/erpnext#3045
This commit is contained in:
parent
ad85813ede
commit
e82499f673
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue