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
commit e8258fc352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
},
]
}