This commit is contained in:
James Cole
2019-08-21 04:46:17 +02:00
parent 92a2404b61
commit c0935e192d

View File

@@ -104,7 +104,7 @@
</td>
<td>
{% 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) }}">
{{ journal.destination_name }}
</a>