Merge pull request #16854 from jay-parikh/hotfix

fix: Default Company to Total Stock Summary Report
This commit is contained in:
Rushabh Mehta
2019-03-14 14:18:36 +05:30
committed by GitHub

View File

@@ -18,7 +18,9 @@ frappe.query_reports["Total Stock Summary"] = {
"label": __("Company"),
"fieldtype": "Link",
"width": "80",
"options": "Company"
"options": "Company",
"default": frappe.defaults.get_user_default("Company"),
"reqd": 1
},
]
}