fix: add missing warehouse filter in BOM Stock Calculated report
This commit is contained in:
parent
56192daabf
commit
7a968a5f0d
@ -11,17 +11,24 @@ frappe.query_reports["BOM Stock Calculated"] = {
|
|||||||
"options": "BOM",
|
"options": "BOM",
|
||||||
"reqd": 1
|
"reqd": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "qty_to_make",
|
"fieldname": "warehouse",
|
||||||
"label": __("Quantity to Make"),
|
"label": __("Warehouse"),
|
||||||
"fieldtype": "Int",
|
"fieldtype": "Link",
|
||||||
"default": "1"
|
"options": "Warehouse",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
{
|
"fieldname": "qty_to_make",
|
||||||
|
"label": __("Quantity to Make"),
|
||||||
|
"fieldtype": "Float",
|
||||||
|
"default": "1.0",
|
||||||
|
"reqd": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
"fieldname": "show_exploded_view",
|
"fieldname": "show_exploded_view",
|
||||||
"label": __("Show exploded view"),
|
"label": __("Show exploded view"),
|
||||||
"fieldtype": "Check"
|
"fieldtype": "Check",
|
||||||
|
"default": false,
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user