diff --git a/erpnext/stock/report/product_bundle_balance/product_bundle_balance.js b/erpnext/stock/report/product_bundle_balance/product_bundle_balance.js index d7ec77bea8..4458a7245f 100644 --- a/erpnext/stock/report/product_bundle_balance/product_bundle_balance.js +++ b/erpnext/stock/report/product_bundle_balance/product_bundle_balance.js @@ -21,7 +21,7 @@ frappe.query_reports["Product Bundle Balance"] = { return { query: "erpnext.controllers.queries.item_query", filters: {"is_stock_item": 0} - } + }; } }, {