mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 13:39:18 +00:00
error fixed in financial analytics and financial statement
This commit is contained in:
@@ -2,7 +2,7 @@ def execute():
|
||||
import webnotes
|
||||
from webnotes.utils.nestedset import rebuild_tree
|
||||
rebuild_tree('Account', 'parent_account')
|
||||
|
||||
|
||||
roots = webnotes.conn.sql("""
|
||||
select lft, rgt, debit_or_credit, is_pl_account, company from `tabAccount`
|
||||
where ifnull(parent_account, '') = ''
|
||||
|
||||
Reference in New Issue
Block a user