Also display account & payee

This commit is contained in:
2021-12-02 20:56:49 +00:00
parent a4659c7133
commit 276fdb4ade
5 changed files with 45 additions and 10 deletions

View File

@ -11,7 +11,7 @@ import (
type BudgetData struct {
Budget *postgres.Budget
Transactions []postgres.Transaction
Transactions []postgres.GetTransactionsForBudgetRow
}
func (h *Handler) budget(c *gin.Context) {