Fix combobox on reconcile complex statement line page

This commit is contained in:
RunasSudo 2024-06-29 20:59:20 +10:00
parent 4a68911f2b
commit 122d899a26
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ def statement_line_charge_complex():
postings=[posting_source, posting_charge] postings=[posting_source, posting_charge]
) )
return render_template('journal/journal_edit_transaction.html', transaction=transaction) return render_template('journal/journal_edit_transaction.html', transaction=transaction, all_accounts=all_accounts())
# New transaction # New transaction
transaction = Transaction( transaction = Transaction(