From a012b63f9b7e0bcdc464d78a87016b1cf59de0a5 Mon Sep 17 00:00:00 2001 From: Saif Ur Rehman Date: Wed, 24 Apr 2019 16:17:40 +0500 Subject: [PATCH] style: linting --- .../report/product_bundle_balance/product_bundle_balance.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} - } + }; } }, {