Fix history regarding category__budget
This commit is contained in:
parent
e4169bd1c3
commit
ef90d52807
2 changed files with 6 additions and 6 deletions
|
@ -41,7 +41,7 @@ class AccountUpdateView(NummiUpdateView):
|
|||
"new_statement", kwargs={"account": account.pk}
|
||||
),
|
||||
"statements": _statements[:8],
|
||||
"history": history(account.transaction_set),
|
||||
"history": history(account.transaction_set.exclude(category__budget=False)),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue