[Fix] Company dashboard sales count condition

This commit is contained in:
Rohit Waghchaure 2018-11-13 11:35:22 +05:30
parent bf20be53ef
commit 14ffe8b935

View File

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