fix: Cannot change Entry Form Type

This commit is contained in:
shariquerik 2021-02-24 18:23:58 +05:30
parent f36e23e003
commit cbc2dbf5d5

View file

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