fix: make fields table unrequired
This commit is contained in:
parent
053a5f0397
commit
c8d19d82e1
1 changed files with 0 additions and 2 deletions
|
|
@ -134,8 +134,6 @@ frappe.model.DocTypeController = class DocTypeController extends frappe.ui.form.
|
|||
|
||||
setTimeout(() => (this.frm.__from_autoname = false), 500);
|
||||
}
|
||||
|
||||
this.frm.set_df_property("fields", "reqd", this.frm.doc.autoname !== "Prompt");
|
||||
}
|
||||
|
||||
setup_fetch_from_fields(doc, doctype, docname) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue