mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-27 13:57:25 +00:00
Fix #2637
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{% endif %}
|
||||
<td>
|
||||
{% if event.transaction_journal_id %}
|
||||
<a href="{{ route('transactions.show',event.transaction_journal_id) }}"
|
||||
<a href="{{ route('transactions.show',event.transactionJournal.transaction_group_id) }}"
|
||||
title="{{ event.transactionJournal.description }}">{{ event.date.formatLocalized(monthAndDayFormat) }}</a>
|
||||
{% else %}
|
||||
{{ event.date.formatLocalized(monthAndDayFormat) }}
|
||||
|
||||
Reference in New Issue
Block a user