Merge pull request #17378 from rohitwaghchaure/trial_balance_error_finance_book_develop

fix: Trial balance finance book issue
This commit is contained in:
Nabin Hait 2019-04-25 20:34:38 +05:30 committed by GitHub
commit 1d21d89d2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)