mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-21 10:26:30 +00:00
fix: Fix query for financial statement report
This commit is contained in:
@@ -654,7 +654,7 @@ def set_gl_entries_by_account(
|
||||
& (gle.posting_date <= to_date)
|
||||
& (account.lft >= root_lft)
|
||||
& (account.rgt <= root_rgt)
|
||||
& (account.root_type <= root_type)
|
||||
& (account.root_type == root_type)
|
||||
)
|
||||
.orderby(gle.account, gle.posting_date)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user