From 2aa7729243eeb7f2036059a96a941c4492015548 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Mon, 22 May 2023 13:16:06 +0530 Subject: [PATCH] fix: get_query filters --- erpnext/manufacturing/doctype/bom/bom.js | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/manufacturing/doctype/bom/bom.js b/erpnext/manufacturing/doctype/bom/bom.js index 0b093176e9ae..0c2e52cfbb22 100644 --- a/erpnext/manufacturing/doctype/bom/bom.js +++ b/erpnext/manufacturing/doctype/bom/bom.js @@ -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 }