mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-03 08:32:24 +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",
|
||||
options: "BOM",
|
||||
reqd: 1,
|
||||
get_query: () => ({ filters: { docstatus: 1 } }),
|
||||
},
|
||||
{
|
||||
fieldname: "warehouse",
|
||||
|
||||
Reference in New Issue
Block a user