Fixes in general ledger report

This commit is contained in:
Nabin Hait 2013-12-30 20:28:14 +05:30
parent a0a43ca4e4
commit 2a3d7e660f

View File

@ -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,
}