mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
fix: fixed incorrect cash flow data in finacial statement report
This commit is contained in:
@@ -272,6 +272,7 @@ def get_account_type_based_data(account_type, companies, fiscal_year, filters):
|
|||||||
filters.end_date = fiscal_year.year_end_date
|
filters.end_date = fiscal_year.year_end_date
|
||||||
|
|
||||||
for company in companies:
|
for company in companies:
|
||||||
|
filters.company = company
|
||||||
amount = get_account_type_based_gl_data(company, filters)
|
amount = get_account_type_based_gl_data(company, filters)
|
||||||
|
|
||||||
if amount and account_type == "Depreciation":
|
if amount and account_type == "Depreciation":
|
||||||
|
|||||||
Reference in New Issue
Block a user