From c5be48802beb71a0f3d41581f715f17df95ef101 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 3 Jun 2016 16:03:35 +0530 Subject: [PATCH] [fix] route for customize from list --- frappe/custom/doctype/customize_form/customize_form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/custom/doctype/customize_form/customize_form.js b/frappe/custom/doctype/customize_form/customize_form.js index c3cc4df5b4..08c059ff9e 100644 --- a/frappe/custom/doctype/customize_form/customize_form.js +++ b/frappe/custom/doctype/customize_form/customize_form.js @@ -82,7 +82,7 @@ frappe.ui.form.on("Customize Form", { if(frappe.route_options) { setTimeout(function() { - frm.set_value("doc_type", frappe.route_options.doctype); + frm.set_value("doc_type", frappe.route_options.doc_type); frappe.route_options = null; }, 1000); }