diff --git a/changelog.md b/changelog.md index b862ea6c32..afc3efb74d 100644 --- a/changelog.md +++ b/changelog.md @@ -29,6 +29,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - [Issue 9294](https://github.com/firefly-iii/firefly-iii/issues/9294) (Repetition counts ignored for recurring transactions) reported by @Syncena - [Issue 9427](https://github.com/firefly-iii/firefly-iii/issues/9427) (The standard financial report does not show all transactions for the income categories) reported by @Neroxeles - #9443 +- #9444 ### API diff --git a/resources/views/list/groups.twig b/resources/views/list/groups.twig index 0e01a829a1..cd210e0a07 100644 --- a/resources/views/list/groups.twig +++ b/resources/views/list/groups.twig @@ -33,7 +33,7 @@   {{ trans('list.description') }} {{ trans('list.amount') }} - {{ trans('list.date') }} + {{ trans('list.date') }} {{ trans('list.source_account') }} {{ trans('list.destination_account') }} {% if showCategory %} @@ -210,7 +210,7 @@ {% endif %} {% endif %} - + {{ transaction.date.isoFormat(monthAndDayFormat) }}