mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 05:39:12 +00:00
[report] Item-wise Purchase Register [issue] webnotes/erpnext#374
This commit is contained in:
@@ -36,7 +36,7 @@ wn.query_reports["Purchase Register"] = {
|
||||
"label": "Company",
|
||||
"fieldtype": "Link",
|
||||
"options": "Company",
|
||||
"default": sys_defaults.company
|
||||
"default": wn.defaults.get_default("company")
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user