mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
fix: Error on viewing consolidated financial statement
(cherry picked from commit 5d6199cf35)
This commit is contained in:
committed by
mergify-bot
parent
f2464ce04a
commit
d60f51dd09
@@ -370,7 +370,7 @@ def get_account_heads(root_type, companies, filters):
|
|||||||
accounts = get_accounts(root_type, filters)
|
accounts = get_accounts(root_type, filters)
|
||||||
|
|
||||||
if not accounts:
|
if not accounts:
|
||||||
return None, None
|
return None, None, None
|
||||||
|
|
||||||
accounts = update_parent_account_names(accounts)
|
accounts = update_parent_account_names(accounts)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user