Prssanna Desai
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
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: |
|
|
|