Merge pull request #28959 from deepeshgarg007/consolidated_balance_return_fix
fix: Error on viewing consolidated financial statement
This commit is contained in:
commit
c5c7777bd5
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user