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