Merge pull request #16854 from jay-parikh/hotfix
fix: Default Company to Total Stock Summary Report
This commit is contained in:
commit
e8258fc352
@ -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
|
||||
},
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user