[fix] update_company_current_month_sales in company.py (#10005)
diff --git a/erpnext/setup/doctype/company/company.py b/erpnext/setup/doctype/company/company.py
index 28f3a56..29630ee 100644
--- a/erpnext/setup/doctype/company/company.py
+++ b/erpnext/setup/doctype/company/company.py
@@ -317,7 +317,7 @@
results = frappe.db.sql(('''
select
- sum(grand_total) as total, date_format(posting_date, '%m-%Y') as month_year
+ sum(base_grand_total) as total, date_format(posting_date, '%m-%Y') as month_year
from
`tabSales Invoice`
where