mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
fix: Handle changes in frappe's get_monthly_goal_graph_data API
This commit is contained in:
@@ -14,7 +14,7 @@ def get_data():
|
|||||||
"goal_doctype_link": "company",
|
"goal_doctype_link": "company",
|
||||||
"goal_field": "base_grand_total",
|
"goal_field": "base_grand_total",
|
||||||
"date_field": "posting_date",
|
"date_field": "posting_date",
|
||||||
"filter_str": "docstatus = 1 and is_opening != 'Yes'",
|
"filters": {"docstatus": 1, "is_opening": ("!=", "Yes")},
|
||||||
"aggregation": "sum",
|
"aggregation": "sum",
|
||||||
},
|
},
|
||||||
"fieldname": "company",
|
"fieldname": "company",
|
||||||
|
|||||||
Reference in New Issue
Block a user