Also fetch GroupID and highlight groups in transactions-view

This commit is contained in:
2022-01-10 10:01:35 +00:00
parent 68a5153481
commit 2f75aae2a0
3 changed files with 11 additions and 4 deletions

View File

@ -26,6 +26,9 @@
{{.CategoryGroup}} : {{.Category}}
{{end}}
</td>
<td>
{{if .GroupID.Valid}}☀{{end}}
</td>
<td>
<a href="/budget/{{$.Budget.ID}}/transaction/{{.ID}}">{{.Memo}}</a>
</td>