mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
Use note object instead of field #888
This commit is contained in:
@@ -235,13 +235,11 @@
|
||||
<td>{{ journal.getMeta('internal_reference') }}</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
|
||||
{% if journal.hasMeta('notes') and journal.getMeta('notes') != "" %}
|
||||
{% if journal.notes.count == 1 %}
|
||||
<tr>
|
||||
<td>{{ trans('list.notes') }}</td>
|
||||
<td>{{ journal.getMeta('notes')|nl2br }}</td>
|
||||
<td>{{ journal.notes.first.markdown|raw }}</td>
|
||||
</tr>
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% if journal.bill %}
|
||||
|
||||
Reference in New Issue
Block a user