commit | 5d6199cf35226d0c858c1cfc3a5fa264d7ccd10d | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Mon Dec 20 16:54:52 2021 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Mon Dec 20 16:54:52 2021 +0530 |
tree | 1b6819a143d73428b93826703386a45f1169579c | |
parent | 2be62c279f5f63f2c2481c9f6409c5d5ce9608a6 [diff] |
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)