mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix incorrect ID in bulk delete tx URL
Fixes #8501 Signed-off-by: kuilin <kuilin@gmail.com>
This commit is contained in:
parent
373ec934df
commit
04b1465eb7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user