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

This commit is contained in:
Krishna Pramod Shirsath
2026-09-02 13:33:15 +05:30
committed by GitHub
parent dbe153a15e
commit a2071a6fdd

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",