fix: Fix query for financial statement report
This commit is contained in:
parent
ab933df5bb
commit
bd3fc7c434
@ -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)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user