mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Use note object instead of field #888
This commit is contained in:
@@ -134,11 +134,9 @@
|
||||
|
||||
</td>
|
||||
<td class="hide-notes">
|
||||
|
||||
{% if transaction.transactionJournal.hasMeta('notes') %}
|
||||
{{ transaction.transactionJournal.getMeta('notes')|nl2br }}
|
||||
{% if transaction.transactionJournal.notes.count == 1 %}
|
||||
{{ transaction.transactionJournal.notes.first.text }}
|
||||
{% endif %}
|
||||
|
||||
</td>
|
||||
|
||||
<td class="hide-create_date">
|
||||
|
||||
Reference in New Issue
Block a user