[fix] set sales base field as base_grand_total (#10008)

diff --git a/erpnext/setup/doctype/company/company_dashboard.py b/erpnext/setup/doctype/company/company_dashboard.py
index 32ad020..da7f2b5 100644
--- a/erpnext/setup/doctype/company/company_dashboard.py
+++ b/erpnext/setup/doctype/company/company_dashboard.py
@@ -14,7 +14,7 @@
 			'goal_history_field': 'sales_monthly_history',
 			'goal_doctype': 'Sales Invoice',
 			'goal_doctype_link': 'company',
-			'goal_field': 'grand_total',
+			'goal_field': 'base_grand_total',
 			'date_field': 'posting_date',
 			'filter_str': 'status != "Draft"',
 			'aggregation': 'sum'