This commit is contained in:
James Cole
2019-09-26 20:57:24 +02:00
parent 3ff8aa7509
commit 21f98be3e7
3 changed files with 16 additions and 9 deletions

View File

@@ -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) }}