Fix combobox on reconcile complex statement line page
This commit is contained in:
parent
4a68911f2b
commit
122d899a26
@ -90,7 +90,7 @@ def statement_line_charge_complex():
|
||||
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
|
||||
transaction = Transaction(
|
||||
|
Loading…
Reference in New Issue
Block a user