From 4fd61c3f83a637b6ab4e739c940d8888d8180994 Mon Sep 17 00:00:00 2001 From: Prssanna Desai Date: Wed, 11 Mar 2020 12:37:56 +0530 Subject: [PATCH] fix: parameters un get function for accounts dashboard (#20847) --- .../account_balance_timeline/account_balance_timeline.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/accounts/dashboard_chart_source/account_balance_timeline/account_balance_timeline.py b/erpnext/accounts/dashboard_chart_source/account_balance_timeline/account_balance_timeline.py index a9b3d7c4cc..569767ee1a 100644 --- a/erpnext/accounts/dashboard_chart_source/account_balance_timeline/account_balance_timeline.py +++ b/erpnext/accounts/dashboard_chart_source/account_balance_timeline/account_balance_timeline.py @@ -13,7 +13,8 @@ from frappe.utils.nestedset import get_descendants_of @frappe.whitelist() @cache_source -def get(chart_name = None, chart = None, no_cache = None, from_date = None, to_date = None): +def get(chart_name = None, chart = None, no_cache = None, filters = None, from_date = None, + to_date = None, timespan = None, time_interval = None): if chart_name: chart = frappe.get_doc('Dashboard Chart', chart_name) else: