mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 07:32:50 +00:00
[fix] [minor] use wn.defaults.get_default instead of sys_defaults
This commit is contained in:
@@ -30,7 +30,7 @@ wn.query_reports["Sales Person-wise Transaction Summary"] = {
|
||||
label: "Company",
|
||||
fieldtype: "Link",
|
||||
options: "Company",
|
||||
default: sys_defaults.company
|
||||
default: wn.defaults.get_default("company")
|
||||
},
|
||||
{
|
||||
fieldname:"item_group",
|
||||
|
||||
Reference in New Issue
Block a user