mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 02:03:40 +00:00
Fix incorrect ID in bulk delete tx URL
Fixes #8501 Signed-off-by: kuilin <kuilin@gmail.com>
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{ route('transactions.show',journal.transaction_journal_id) }}"
|
||||
<a href="{{ route('transactions.show',journal.transaction_group_id) }}"
|
||||
title="{{ journal.description }}">{{ journal.description }}</a>
|
||||
</td>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user