fix: Error on viewing consolidated financial statement

(cherry picked from commit 5d6199cf35)
This commit is contained in:
Deepesh Garg
2021-12-20 16:54:52 +05:30
committed by mergify-bot
parent c12b00cb4b
commit aad7a10a7b

View File

@@ -370,7 +370,7 @@ def get_account_heads(root_type, companies, filters):
accounts = get_accounts(root_type, filters)
if not accounts:
return None, None
return None, None, None
accounts = update_parent_account_names(accounts)