Fix Company Default to Total Stock Summary Report

This commit is contained in:
Jay Parikh 2019-03-06 12:44:41 +00:00
parent 29c46bb311
commit 9757a603fa

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