Merge pull request #12476 from shariquerik/customize-form-doc-type-fix

fix: Cannot change Entry Form Type
This commit is contained in:
Prssanna Desai 2021-03-09 12:19:37 +05:30 committed by GitHub
commit c66b079301
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,7 @@ frappe.ui.form.on("Customize Form", {
frm.trigger("setup_sortable");
}
}
localStorage["customize_doctype"] = frm.doc.doc_type;
}
});
} else {