diff --git a/erpnext/selling/doctype/product_bundle/product_bundle.js b/erpnext/selling/doctype/product_bundle/product_bundle.js index 618d1e532bb..aed54dd4358 100644 --- a/erpnext/selling/doctype/product_bundle/product_bundle.js +++ b/erpnext/selling/doctype/product_bundle/product_bundle.js @@ -12,8 +12,8 @@ frappe.ui.form.on("Product Bundle", { frm.set_query("item_code", "items", () => { return { - "filters": { - "has_variants": 0 + filters: { + has_variants: 0 }, }; });