Fix previous commit

This commit is contained in:
Edgar P. Burkhart 2024-01-03 16:14:54 +01:00
parent ef90d52807
commit bf1d15574d
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ class AccountUpdateView(NummiUpdateView):
"new_statement", kwargs={"account": account.pk}
),
"statements": _statements[:8],
"history": history(account.transaction_set.exclude(category__budget=False)),
"history": history(account.transaction_set),
}