Fix multiplication instead of division

This commit is contained in:
2022-02-06 22:18:50 +00:00
parent 487aa89f18
commit f09a2a4ca7
2 changed files with 19 additions and 18 deletions

View File

@ -192,7 +192,6 @@ func (h *Handler) calculateBalances(c *gin.Context, budget postgres.Budget, firs
categoryWithBalance.Activity = bal.Transactions
categoryWithBalance.Assigned = bal.Assignments
}
}
// do not show hidden categories