mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-03 16:40:19 +00:00
fix: filter cancelled BOMs in BOM Stock Analysis (#58647)
This commit is contained in:
committed by
GitHub
parent
dbe153a15e
commit
a2071a6fdd
@@ -9,6 +9,7 @@ frappe.query_reports["BOM Stock Analysis"] = {
|
|||||||
fieldtype: "Link",
|
fieldtype: "Link",
|
||||||
options: "BOM",
|
options: "BOM",
|
||||||
reqd: 1,
|
reqd: 1,
|
||||||
|
get_query: () => ({ filters: { docstatus: 1 } }),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fieldname: "warehouse",
|
fieldname: "warehouse",
|
||||||
|
|||||||
Reference in New Issue
Block a user