mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-21 02:16:28 +00:00
fix: use user default for company instead of global default in purchase order analysis report
(cherry picked from commit 49f23513e0)
This commit is contained in:
@@ -10,7 +10,7 @@ frappe.query_reports["Purchase Order Analysis"] = {
|
||||
width: "80",
|
||||
options: "Company",
|
||||
reqd: 1,
|
||||
default: frappe.defaults.get_default("company"),
|
||||
default: frappe.defaults.get_user_default("company"),
|
||||
},
|
||||
{
|
||||
fieldname: "from_date",
|
||||
|
||||
Reference in New Issue
Block a user