mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Fix #2448
This commit is contained in:
@@ -104,7 +104,7 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% for journal in groupArray.transactions %}
|
{% for journal in groupArray.transactions %}
|
||||||
<a href="{{ route('accounts.show',journal.source_id) }}"
|
<a href="{{ route('accounts.show',journal.destination_id) }}"
|
||||||
title="{{ journal.destination_iban|default(journal.destination_name) }}">
|
title="{{ journal.destination_iban|default(journal.destination_name) }}">
|
||||||
{{ journal.destination_name }}
|
{{ journal.destination_name }}
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user