commit | 2879cb7c280d82e879dd787c5d4a90e9f27cda14 | [log] [tgz] |
---|---|---|
author | Rohit Waghchaure <rohitw1991@gmail.com> | Fri May 12 13:08:32 2023 +0530 |
committer | Rohit Waghchaure <rohitw1991@gmail.com> | Fri May 12 13:08:37 2023 +0530 |
tree | bbb8ced6bddc656718c71f298fca1f0d19411954 | |
parent | 2ea38333f0b9b9d01b094203d86216dc22c5c942 [diff] |
fix: bom item filter issue
diff --git a/erpnext/manufacturing/doctype/bom/bom.js b/erpnext/manufacturing/doctype/bom/bom.js index f147b46..8c671e2 100644 --- a/erpnext/manufacturing/doctype/bom/bom.js +++ b/erpnext/manufacturing/doctype/bom/bom.js
@@ -48,7 +48,6 @@ return { query: "erpnext.manufacturing.doctype.bom.bom.item_query", filters: { - "item_code": doc.item, "include_item_in_manufacturing": 1, "is_fixed_asset": 0 }