fix: Trial balance finance book issue
This commit is contained in:
parent
3f1c7a5e5b
commit
c181064782
@ -359,7 +359,8 @@ def set_gl_entries_by_account(
|
||||
"from_date": from_date,
|
||||
"to_date": to_date,
|
||||
"cost_center": filters.cost_center,
|
||||
"project": filters.project
|
||||
"project": filters.project,
|
||||
"finance_book": filters.get("finance_book")
|
||||
},
|
||||
as_dict=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user