mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 17:33:45 +00:00
Fix #2423
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<a href="{{ route('transactions.show',transaction.transaction_journal_id) }}">
|
<a href="{{ route('transactions.show',transaction.transaction_group_id) }}">
|
||||||
{% if transaction.group_title|length > 0 %}
|
{% if transaction.group_title|length > 0 %}
|
||||||
{{ transaction.group_title }} ({{ transaction.description }})
|
{{ transaction.group_title }} ({{ transaction.description }})
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Reference in New Issue
Block a user