Also display account & payee
This commit is contained in:
@ -11,7 +11,7 @@ import (
|
||||
|
||||
type BudgetData struct {
|
||||
Budget *postgres.Budget
|
||||
Transactions []postgres.Transaction
|
||||
Transactions []postgres.GetTransactionsForBudgetRow
|
||||
}
|
||||
|
||||
func (h *Handler) budget(c *gin.Context) {
|
||||
|
Reference in New Issue
Block a user