Fix multiplication instead of division
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user