[minor] new global for query report filters

This commit is contained in:
Rushabh Mehta
2016-09-01 17:53:19 +05:30
parent 5a101ef4c6
commit b2f0920346
7 changed files with 14 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ erpnext.financial_statements = {
frappe.route_options = {
"account": data.account,
"company": frappe.query_report.filters_by_name.company.get_value(),
"company": frappe.query_report_filters_by_name.company.get_value(),
"from_date": data.from_date || data.year_start_date,
"to_date": data.to_date || data.year_end_date
};