Small fixes for ynab import

This commit is contained in:
2021-12-02 16:22:27 +00:00
parent e9173a3d37
commit 61c55dda3a
5 changed files with 48 additions and 11 deletions

View File

@ -17,9 +17,9 @@
<tr>
<td>{{.Date}}</td>
<td>
<a href="transaction/{{.ID}}">{{.Memo.String}}</a>
<a href="transaction/{{.ID}}">{{.Memo}}</a>
</td>
<td>{{.Amount}}</td>
<td>{{.GetAmount}}</td>
</tr>
{{end}}
</table>