add missing brand filter to stock balance report (#14597)

add missing brand filter to stock balance report
This commit is contained in:
Bassam Ramadan 2018-06-20 14:11:29 +02:00 committed by Nabin Hait
parent 59798b4e88
commit 45725c2c7b

View File

@ -26,6 +26,12 @@ frappe.query_reports["Stock Balance"] = {
"width": "80",
"options": "Item Group"
},
{
"fieldname":"brand",
"label": __("Brand"),
"fieldtype": "Link",
"options": "Brand"
},
{
"fieldname": "item_code",
"label": __("Item"),