Skip to content

Commit

Permalink
fix: bom item filter issue
Browse files Browse the repository at this point in the history
(cherry picked from commit 2879cb7)
(cherry picked from commit 098603d)
  • Loading branch information
rohitwaghchaure authored and mergify[bot] committed May 12, 2023
1 parent e509664 commit 54e822d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erpnext/manufacturing/doctype/bom/bom.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ frappe.ui.form.on("BOM", {
return {
query: "erpnext.manufacturing.doctype.bom.bom.item_query",
filters: {
"item_code": doc.item,
"include_item_in_manufacturing": 1,
"is_fixed_asset": 0
}
Expand Down

0 comments on commit 54e822d

Please sign in to comment.