fix: fixed incorrect cash flow data in finacial statement report

This commit is contained in:
“Khushi
2024-03-27 16:48:49 +05:30
parent 2b8928cae6
commit db1f7fcf63

View File

@@ -272,6 +272,7 @@ def get_account_type_based_data(account_type, companies, fiscal_year, filters):
filters.end_date = fiscal_year.year_end_date
for company in companies:
filters.company = company
amount = get_account_type_based_gl_data(company, filters)
if amount and account_type == "Depreciation":