Fixes in general ledger report
This commit is contained in:
parent
a0a43ca4e4
commit
2a3d7e660f
@ -38,7 +38,7 @@ wn.query_reports["General Ledger"] = {
|
||||
"get_query": function() {
|
||||
var company = wn.query_report.filters_by_name.company.get_value();
|
||||
return {
|
||||
"query": "accounts.utils.get_account_list",
|
||||
"doctype": "Account",
|
||||
"filters": {
|
||||
"company": company,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user