fix: Cannot change Entry Form Type
This commit is contained in:
parent
f36e23e003
commit
cbc2dbf5d5
1 changed files with 1 additions and 0 deletions
|
|
@ -76,6 +76,7 @@ frappe.ui.form.on("Customize Form", {
|
|||
frm.trigger("setup_sortable");
|
||||
}
|
||||
}
|
||||
localStorage["customize_doctype"] = frm.doc.doc_type;
|
||||
}
|
||||
});
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue