mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
Refactored the bulk edit controller.
This commit is contained in:
@@ -89,13 +89,13 @@
|
||||
<a href="{{ route('accounts.show', [journal.destination_account_id]) }}" title="{{ journal.destination_account_iban|default(journal.destination_account_name) }}">{{ journal.destination_account_name }}</a>
|
||||
</td>
|
||||
<td class="hide-budget">
|
||||
TODO BUDGET
|
||||
{# TODO BUDGET #}
|
||||
</td>
|
||||
<td class="hide-category">
|
||||
TODO CATEGORY
|
||||
{# TODO CATEGORY#}
|
||||
</td>
|
||||
<td class="hide-bill">
|
||||
TODO BILL
|
||||
{#TODO BILL#}
|
||||
</td>
|
||||
|
||||
<!-- new optional fields (2x) -->
|
||||
|
||||
Reference in New Issue
Block a user