Search query for account cleanup

This commit is contained in:
Nabin Hait
2014-05-28 12:56:28 +05:30
parent a3dd72a759
commit ea4aa04cc4
11 changed files with 21 additions and 33 deletions

View File

@@ -18,7 +18,7 @@ frappe.query_reports["Accounts Payable"] = {
"get_query": function() {
var company = frappe.query_report.filters_by_name.company.get_value();
return {
"query": "erpnext.accounts.utils.get_account_list",
"query": "erpnext.controllers.queries.get_account_list",
"filters": {
"report_type": "Balance Sheet",
"company": company,