commit | c5c7777bd599cb75b8afb14b8bf9ec9a67a2d8b2 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> | Mon Dec 20 17:13:12 2021 +0530 |
committer | GitHub <noreply@github.com> | Mon Dec 20 17:13:12 2021 +0530 |
tree | c73682ef3d9e271d4ea8c377303eafbc18befeb6 | |
parent | f5d5281119a4d7430e384ced9eaafbe446609a18 [diff] | |
parent | 5d6199cf35226d0c858c1cfc3a5fa264d7ccd10d [diff] |
Merge pull request #28959 from deepeshgarg007/consolidated_balance_return_fix fix: Error on viewing consolidated financial statement
diff --git a/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py b/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py index 01799d5..758e3e9 100644 --- a/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py +++ b/erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py
@@ -370,7 +370,7 @@ accounts = get_accounts(root_type, filters) if not accounts: - return None, None + return None, None, None accounts = update_parent_account_names(accounts)