fix: is_opening != 'Yes'

This commit is contained in:
Saif Ur Rehman
2019-01-02 16:09:34 +05:00
parent fac6b59627
commit e194a655df
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ def get_data():
'goal_doctype_link': 'company',
'goal_field': 'base_grand_total',
'date_field': 'posting_date',
'filter_str': 'docstatus = 1',
'filter_str': "docstatus = 1 and is_opening != 'Yes'",
'aggregation': 'sum'
},