feat: add option to add cscript for Table MultiSelect
This commit is contained in:
parent
cd8a7c6853
commit
07944b7181
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ frappe.ui.form.on("Client Script", {
|
|||
frappe.model.with_doctype(frm.doc.dt, () => {
|
||||
const child_tables = frappe.meta
|
||||
.get_docfields(frm.doc.dt, null, {
|
||||
fieldtype: "Table",
|
||||
fieldtype: ["in", ["Table", "Table MultiSelect"]],
|
||||
})
|
||||
.map((df) => df.options);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue