mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Fix #10229
This commit is contained in:
@@ -31,6 +31,7 @@ return [
|
||||
'close' => 'Close',
|
||||
'actions' => 'Actions',
|
||||
'edit' => 'Edit',
|
||||
'transaction_journal_id' => 'Transaction journal ID',
|
||||
'delete' => 'Delete',
|
||||
'split' => 'Split',
|
||||
'single_split' => 'Split',
|
||||
|
@@ -334,6 +334,10 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{ 'transaction_journal_id'|_ }}</td>
|
||||
<td>#{{ journal.transaction_journal_id }}</td>
|
||||
</tr>
|
||||
{% if null != journal.category_id %}
|
||||
<tr>
|
||||
<td style="width:30%;">{{ 'category'|_ }}</td>
|
||||
|
Reference in New Issue
Block a user