fix: accounts receivable / payable not working if the company is not seletced in filter
This commit is contained in:
@@ -8,6 +8,7 @@ frappe.query_reports["Accounts Payable"] = {
|
||||
"label": __("Company"),
|
||||
"fieldtype": "Link",
|
||||
"options": "Company",
|
||||
"reqd": 1,
|
||||
"default": frappe.defaults.get_user_default("Company")
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user