From 2723e05d2aad53cc9d642b14e4ca12462e029a29 Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 8 Nov 2024 21:13:41 +0100 Subject: [PATCH] Fix https://github.com/firefly-iii/firefly-iii/issues/9444 --- changelog.md | 1 + resources/views/list/groups.twig | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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) }}