mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-24 01:28:42 +02:00
fix: wrong calculations
This commit is contained in:
@@ -163,7 +163,6 @@ def calculate_account_totals(transactions_queryset, ignore_empty=False):
|
||||
"account__currency__prefix",
|
||||
"account__currency__suffix",
|
||||
"account__exchange_currency",
|
||||
"id",
|
||||
).annotate(
|
||||
expense_current=Coalesce(
|
||||
Sum(
|
||||
|
||||
Reference in New Issue
Block a user