mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-09 16:12:53 +00:00
[fix] [minor] use wn.defaults.get_default instead of sys_defaults
This commit is contained in:
@@ -19,7 +19,7 @@ wn.query_reports["Budget Variance Report"] = {
|
||||
label: "Company",
|
||||
fieldtype: "Link",
|
||||
options: "Company",
|
||||
default: sys_defaults.company
|
||||
default: wn.defaults.get_default("company")
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user