mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-09 15:29:30 +00:00
This commit is contained in:
@@ -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