From cbc2dbf5d525d53562ec4330e217bef0537bdf9d Mon Sep 17 00:00:00 2001 From: shariquerik Date: Wed, 24 Feb 2021 18:23:58 +0530 Subject: [PATCH] fix: Cannot change Entry Form Type --- frappe/custom/doctype/customize_form/customize_form.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frappe/custom/doctype/customize_form/customize_form.js b/frappe/custom/doctype/customize_form/customize_form.js index 79978a49d7..d9d8ae196e 100644 --- a/frappe/custom/doctype/customize_form/customize_form.js +++ b/frappe/custom/doctype/customize_form/customize_form.js @@ -76,6 +76,7 @@ frappe.ui.form.on("Customize Form", { frm.trigger("setup_sortable"); } } + localStorage["customize_doctype"] = frm.doc.doc_type; } }); } else {