diff --git a/frappe/custom/doctype/client_script/client_script.js b/frappe/custom/doctype/client_script/client_script.js index 67bb0083c8..481aa3ffd7 100644 --- a/frappe/custom/doctype/client_script/client_script.js +++ b/frappe/custom/doctype/client_script/client_script.js @@ -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);