This commit is contained in:
@ -88,7 +88,7 @@ func (*Handler) getAvailableBalance(budget postgres.Budget, month Month,
|
||||
continue
|
||||
}
|
||||
|
||||
if !month.InPast(bal.Date) {
|
||||
if month.InFuture(bal.Date) {
|
||||
continue
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user