mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-21 19:25:16 +00:00
fix: bom item filter issue
(cherry picked from commit2879cb7c28) (cherry picked from commit098603dd35)
This commit is contained in:
committed by
Mergify
parent
e509664d4f
commit
54e822d83a
@@ -48,7 +48,6 @@ frappe.ui.form.on("BOM", {
|
|||||||
return {
|
return {
|
||||||
query: "erpnext.manufacturing.doctype.bom.bom.item_query",
|
query: "erpnext.manufacturing.doctype.bom.bom.item_query",
|
||||||
filters: {
|
filters: {
|
||||||
"item_code": doc.item,
|
|
||||||
"include_item_in_manufacturing": 1,
|
"include_item_in_manufacturing": 1,
|
||||||
"is_fixed_asset": 0
|
"is_fixed_asset": 0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user