fix: filter cancelled BOMs in BOM Stock Analysis (backport #58647) (#58693)

This commit is contained in:
mergify[bot]
2026-09-02 15:28:17 +05:30
committed by GitHub
parent 3c63fffcb6
commit d6f9dde3cb

View File

@@ -9,6 +9,7 @@ frappe.query_reports["BOM Stock Analysis"] = {
fieldtype: "Link",
options: "BOM",
reqd: 1,
get_query: () => ({ filters: { docstatus: 1 } }),
},
{
fieldname: "warehouse",