Browse Source

[fix] route for customize from list

version-14
Rushabh Mehta 9 years ago
parent
commit
c5be48802b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/custom/doctype/customize_form/customize_form.js

+ 1
- 1
frappe/custom/doctype/customize_form/customize_form.js View File

@@ -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);
}


Loading…
Cancel
Save