commit | a012b63f9b7e0bcdc464d78a87016b1cf59de0a5 | [log] [tgz] |
---|---|---|
author | Saif Ur Rehman <saifi0102@gmail.com> | Wed Apr 24 16:17:40 2019 +0500 |
committer | Saif Ur Rehman <saifi0102@gmail.com> | Wed Apr 24 16:17:40 2019 +0500 |
tree | f24a4bff94c97a7dde743a097b37ce8904a7f874 | |
parent | adc738f55dc5cd672dc44889ecf4a2d8cf271bb9 [diff] |
style: linting
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 d7ec77b..4458a72 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 @@ return { query: "erpnext.controllers.queries.item_query", filters: {"is_stock_item": 0} - } + }; } }, {