mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
Merge pull request #15969 from rohitwaghchaure/fix_company_dashbord_sales_count
[Fix] Company dashboard sales count condition
This commit is contained in:
@@ -13,7 +13,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': 'status != "Draft"',
|
'filter_str': 'docstatus = 1',
|
||||||
'aggregation': 'sum'
|
'aggregation': 'sum'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user