Merge pull request #30521 from gavindsouza/misc-fixes-0
fix: Handle changes in frappe's get_monthly_goal_graph_data API
This commit is contained in:
commit
1d2e9e8e1c
@ -14,7 +14,7 @@ def get_data():
|
||||
"goal_doctype_link": "company",
|
||||
"goal_field": "base_grand_total",
|
||||
"date_field": "posting_date",
|
||||
"filter_str": "docstatus = 1 and is_opening != 'Yes'",
|
||||
"filters": {"docstatus": 1, "is_opening": ("!=", "Yes")},
|
||||
"aggregation": "sum",
|
||||
},
|
||||
"fieldname": "company",
|
||||
|
Loading…
x
Reference in New Issue
Block a user