Skip to content

Commit

Permalink
[FIX] account_statement_import_file - add journal in stmt vals
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidderen-noviat committed Nov 29, 2023
1 parent 59398b4 commit 82c299e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ def _match_journal(self, account_number, currency):
def _complete_stmts_vals(self, stmts_vals, journal, account_number):
speeddict = journal._statement_line_import_speeddict()
for st_vals in stmts_vals:
st_vals["journal_id"] = journal.id
for lvals in st_vals["transactions"]:
lvals["journal_id"] = journal.id
journal._statement_line_import_update_unique_import_id(
Expand Down

0 comments on commit 82c299e

Please sign in to comment.