add missing brand filter to stock balance report (#14597)
add missing brand filter to stock balance report
This commit is contained in:
parent
59798b4e88
commit
45725c2c7b
@ -26,6 +26,12 @@ frappe.query_reports["Stock Balance"] = {
|
|||||||
"width": "80",
|
"width": "80",
|
||||||
"options": "Item Group"
|
"options": "Item Group"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"fieldname":"brand",
|
||||||
|
"label": __("Brand"),
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"options": "Brand"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "item_code",
|
"fieldname": "item_code",
|
||||||
"label": __("Item"),
|
"label": __("Item"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user